-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
93 lines (93 loc) · 2.8 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"private": true,
"name": "angular-seed",
"description": "Cleverstack Angular-Seed",
"version": "1.2.0-rc-2",
"author": {
"name": "CleverStack",
"email": "[email protected]",
"web": "http://cleverstack.io"
},
"collaborators": [
"Richard Gustin <[email protected]>",
"Simon W. Jackson <[email protected]>",
"Daniel Young <[email protected]>",
"Daniel Durrante <[email protected]>",
"Sam Deering <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/CleverStack/angular-seed.git"
},
"bugs": {
"url": "https://github.com/CleverStack/angular-seed/issues"
},
"keywords": [
"cleverstack",
"framework",
"seed",
"angular"
],
"license": "BSD-2-Clause",
"dependencies": {},
"devDependencies": {
"debug": "~2.2.0",
"deepmerge": "~0.2.10",
"grunt-concurrent": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-htmlmin": "~0.1.3",
"grunt-contrib-imagemin": "~0.4.0",
"grunt-contrib-jade": "^0.15.0",
"grunt-contrib-jshint": "~0.7.1",
"grunt-contrib-less": "~0.6.4",
"grunt-contrib-livereload": "~0.1.2",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-watch": "~0.5.2",
"grunt-coveralls": "^0.3.0",
"grunt-istanbul": "^0.3.0",
"grunt-karma": "~0.6.2",
"grunt-ng-annotate": "^0.3.2",
"grunt-open": "~0.2.2",
"grunt-protractor-coverage": "^0.2.8",
"grunt-protractor-runner": "~0.1.6",
"grunt-rev": "~0.1.0",
"grunt-run": "^0.2.4",
"grunt-usemin": "~0.1.12",
"jshint-stylish": "^0.4.0",
"karma": "~0.10.8",
"karma-browserstack-launcher": "~0.0.7",
"karma-chrome-launcher": "~0.1.1",
"karma-coverage": "~0.1.0",
"karma-firefox-launcher": "~0.1.2",
"karma-growl-reporter": "~0.1.1",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.4",
"karma-junit-reporter": "~0.2.1",
"karma-ng-html2js-preprocessor": "~0.1.0",
"karma-opera-launcher": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.1",
"karma-requirejs": "~0.2.0",
"karma-safari-launcher": "~0.1.1",
"karma-script-launcher": "~0.1.0",
"load-grunt-tasks": "~0.2.0",
"lodash": "^2.4.1",
"nconf": "~0.7.1",
"ng-annotate": "~0.9.11",
"phantomjs": "~1.9.2",
"protractor": "~0.24.2",
"time-grunt": "~0.2.1"
},
"scripts": {
"setup": "node scripts/setup",
"setup-protractor": "grunt webdriver:update",
"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"
}
}