-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.32 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
{
"name": "angular-gui",
"description": "Endeavour App Angular.js GUI",
"version": "1.0.0-alpha",
"author": "Callan Peter Milne <callan.milne@eviratec.com.au>",
"repository": {
"url": "endeavour-app/angular-gui",
"type": "git"
},
"engines": {
"node": "7.8.x",
"npm": "4.2.x"
},
"scripts": {
"start": "grunt",
"test": "node node_modules/karma/bin/karma start karma.conf.js",
"postinstall": "bower install --config.interactive=false"
},
"dependencies": {
"async": "0.9.0",
"bower": "1.8.0",
"chalk": "0.5",
"glob": "4.5.3"
},
"devDependencies": {
"connect-modrewrite": "^0.10.1",
"grunt": "1.0.1",
"grunt-angular-templates": "1.1.0",
"grunt-concurrent": "2.3.1",
"grunt-contrib-clean": "1.1.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-connect": "1.0.2",
"grunt-contrib-jshint": "1.1.0",
"grunt-contrib-uglify": "2.3.0",
"grunt-contrib-watch": "1.0.0",
"grunt-exec": "2.0.0",
"grunt-injector": "1.1.0",
"jasmine": "2.6.0",
"karma": "1.7.0",
"karma-chrome-launcher": "2.1.1",
"karma-coverage": "1.1.1",
"karma-firefox-launcher": "1.0.1",
"karma-jasmine": "1.1.0",
"karma-phantomjs-launcher": "1.0.4",
"karma-spec-reporter": "0.0.31",
"load-grunt-tasks": "3.5.2",
"time-grunt": "1.4.0"
}
}