-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.08 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"private": true,
"devDependencies": {
"connect-history-api-fallback": "^1.1.0",
"grunt": "^0.4.5",
"grunt-autoprefixer": "^3.0.4",
"grunt-browser-sync": "^2.2.0",
"grunt-concurrent": "^2.0.4",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-htmlmin": "^0.6.0",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-uglify": "^0.11.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-yuidoc": "^0.10.0",
"grunt-eslint": "^18.0.0",
"grunt-express-server": "^0.5.2",
"grunt-filerev": "^2.3.1",
"grunt-injector": "^0.6.1",
"grunt-jscs": "^2.7.0",
"grunt-karma": "^0.12.1",
"grunt-newer": "^1.1.2",
"grunt-ng-annotate": "^2.0.2",
"grunt-plato": "^1.2.1",
"grunt-protractor-runner": "^3.0.0",
"grunt-protractor-webdriver": "^0.2.5",
"grunt-run": "^0.5.2",
"grunt-sass": "^1.1.0",
"grunt-svgmin": "^3.1.2",
"grunt-usemin": "^3.1.1",
"grunt-wiredep": "^2.0.0",
"http-proxy-middleware": "0.10.0",
"jasmine-core": "^2.4.1",
"jshint-stylish": "^2.1.0",
"karma": "^0.13.21",
"karma-coverage": "^0.5.3",
"karma-jasmine": "^0.3.7",
"karma-ng-html2js-preprocessor": "^0.2.1",
"karma-phantomjs2-launcher": "^0.5.0",
"load-grunt-configs": "^0.4.3",
"load-grunt-tasks": "^3.4.0",
"phantomjs2": "^2.0.2",
"protractor": "^3.1.1",
"q": "^1.4.1",
"time-grunt": "^1.3.0"
},
"scripts": {
"install": "node ./node_modules/protractor/bin/webdriver-manager update",
"start": "grunt serve",
"serve:dist": "grunt serve:dist",
"build": "grunt build",
"test": "grunt test",
"test:watch": "grunt test:watch",
"test:coverage": "grunt test:coverage",
"e2e": "grunt e2e",
"doc": "grunt doc",
"metric": "grunt metric",
"metric:test": "grunt metric:test"
},
"engines": {
"node": ">=4.2.0"
},
"dependencies": {
"@angular/router": "^0.2.0",
"body-parser": "^1.15.0",
"express": "^4.13.4",
"tingodb": "^0.4.2"
}
}