-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.32 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "emf",
"description": "Epicor Mobile Framework",
"author": "Epicor Software Corporation",
"version": "1.1.0-dev.175",
"ep-build":"2354",
"ep-build-date":"2019-02-17",
"publishConfig": {
"registry": "https://epicor-corp.pkgs.visualstudio.com/_packaging/Epicor/npm/registry/"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-angular-templates": "~0.5",
"grunt-bower-task": "^0.4.0",
"grunt-browser-sync": "^2.0.0",
"grunt-cli": "~0.1.13",
"grunt-concat-sourcemap": "~0.4.3",
"grunt-concurrent": "^2.0.0",
"grunt-contrib-clean": "0.*.*",
"grunt-contrib-concat": "0.*.*",
"grunt-contrib-copy": "0.*.*",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-uglify": "0.*.*",
"grunt-contrib-watch": "0.*.*",
"grunt-dom-munger": "~3.4",
"grunt-download": "^0.2.0",
"grunt-exec": "^3.0.0",
"grunt-force-task": "~1.0.0",
"grunt-ftpush": "^0.3.3",
"grunt-git": "0.*.*",
"grunt-jscs": "^2.1.0",
"grunt-karma": "0.*.*",
"grunt-license-bower": "^1.0.1",
"grunt-markdown": "0.*.*",
"grunt-newer": "^1.1.0",
"grunt-ng-annotate": "^1.0.1",
"grunt-ngdocs": "0.*.*",
"grunt-project-update": "0.*.*",
"grunt-publish": "^1.0.0",
"grunt-shell": "^1.1.2",
"grunt-sync": "^0.7.0",
"grunt-tfs-unlock": "0.*.*",
"grunt-tocdoc": "0.*.*",
"grunt-version": "^1.0.0",
"jasmine": "^2.4.1",
"jasmine-core": "^2.4.1",
"karma": "0.*.*",
"karma-chrome-launcher": "0.*.*",
"karma-coverage": "0.*.*",
"karma-firefox-launcher": "0.*.*",
"karma-htmlfile-reporter": "0.*.*",
"karma-ie-launcher": "0.*.*",
"karma-iebrowsers-launcher": "0.*.*",
"karma-jasmine": "0.*.*",
"karma-ng-html2js-preprocessor": "0.*.*",
"karma-phantomjs-launcher": "^1.0.1",
"karma-safari-launcher": "0.*.*",
"karma-xml-reporter": "0.*.*",
"load-grunt-config": "0.*.*",
"load-grunt-tasks": "~3.3.0",
"marked": "0.*.*",
"marked-toc": "0.*.*",
"phantomjs-prebuilt": "^2.1.16",
"time-grunt": "^1.0.0"
},
"dependencies": {}
}