forked from CleverStack/angular-seed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.19 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
{
"name": "cleverstack-angular-seed",
"private": true,
"author": {
"name": "Clevertech",
"email": "[email protected]",
"web": "http://cleverstack.io"
},
"version": "1.1.0",
"collaborators": [
"Richard Gustin <[email protected]>",
"Simon W. Jackson <[email protected]>",
"Daniel Young <[email protected]>",
"Daniel Durrante <[email protected]>",
"Sam Deering <[email protected]>"
],
"dependencies": {},
"devDependencies": {
"grunt-contrib-copy": "~0.4.1",
"grunt-concurrent": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.7.1",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-watch": "~0.5.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-htmlmin": "~0.1.3",
"grunt-contrib-imagemin": "~0.4.0",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-less": "~0.6.4",
"grunt-contrib-livereload": "~0.1.2",
"grunt-usemin": "~0.1.12",
"grunt-rev": "~0.1.0",
"grunt-open": "~0.2.2",
"grunt-ngmin": "~0.0.2",
"load-grunt-tasks": "~0.2.0",
"time-grunt": "~0.2.1",
"karma": "~0.10.8",
"grunt-karma": "~0.6.2",
"karma-coverage": "~0.1.0",
"karma-script-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.1",
"karma-firefox-launcher": "~0.1.2",
"karma-opera-launcher": "~0.1.0",
"karma-safari-launcher": "~0.1.1",
"karma-phantomjs-launcher": "~0.1.1",
"karma-browserstack-launcher": "~0.0.7",
"karma-jasmine": "~0.1.4",
"karma-requirejs": "~0.2.0",
"karma-html2js-preprocessor": "~0.1.0",
"karma-ng-html2js-preprocessor": "~0.1.0",
"karma-junit-reporter": "~0.2.1",
"karma-growl-reporter": "~0.1.1",
"phantomjs": "~1.9.2",
"protractor": "latest",
"grunt-protractor-runner": "~0.1.6"
},
"engines": {
"node": ">0.8.0",
"npm": ""
},
"scripts": {
"setup": "node scripts/setup",
"setup-protractor": "node scripts/setup-protractor",
"start": "grunt server",
"bs-tunnel-karma": "sh scripts/bs-tunnel-karma.sh",
"bs-tunnel": "sh scripts/bs-tunnel-connect.sh",
"test": "grunt test:travis",
"testos": "node scripts/testos"
}
}