forked from Training-Predix/locomotive-seed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.47 KB
/
package.json
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
{
"name": "predix-seed",
"version": "1.2.9",
"private": true,
"engines": {
"node": ">=0.10.0"
},
"author": {
"name": "Predix Experience",
"email": "[email protected]"
},
"scripts": {
"test": "grunt",
"start": "grunt serve"
},
"keywords": [
"predix-app"
],
"devDependencies": {
"grunt": "~0.4.5",
"load-grunt-tasks": "^3.2.0",
"connect-modrewrite": "^0.7.9",
"glob": "^5.0.13",
"grunt-autoprefixer": "^3.0.3",
"grunt-config": "^0.2.2",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-connect": "^0.7.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-requirejs": "~0.4.3",
"grunt-contrib-watch": "~v0.6.1",
"grunt-karma": "~0.8.2",
"http-rewrite-middleware": "^0.1.6",
"grunt-vulcanize": "^1.0.0",
"json-proxy": "^0.9.1",
"karma": "~0.12.0",
"karma-chrome-launcher": "~0.1",
"karma-coverage": "^0.2.1",
"karma-jasmine": "^0.1.5",
"karma-junit-reporter": "~0.2.1",
"karma-ng-html2js-preprocessor": "^0.1.0",
"karma-ng-scenario": "~0.1",
"karma-phantomjs-launcher": "~0.1",
"karma-requirejs": "^0.2.1",
"karma-script-launcher": "~0.1.0",
"karma-spec-reporter": "0.0.13",
"open": "0.0.4",
"phantomjs": "1.9.7-15",
"protractor": "^1.3.1",
"request": "^2.58.0",
"requirejs": "~2.1.11",
"rjs-build-analysis": "0.0.3",
"time-grunt": "^0.4.0"
}
}