-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.96 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
{
"name": "abm",
"version": "0.0.0",
"dependencies": {
"font-awesome": "^4.3.0",
"connect-modrewrite": "^0.7.11"
},
"devDependencies": {
"chai": "~1.9.1",
"chalk": "^0.4.0",
"grunt": "^0.4.5",
"grunt-autoprefixer": "^2.0.0",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-htmlmin": "^0.3.0",
"grunt-contrib-imagemin": "0.9.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "1.0.1",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-filerev": "^2.1.2",
"grunt-google-cdn": "^0.4.3",
"grunt-include-source": "^0.7.0",
"grunt-karma": "^0.10.1",
"grunt-newer": "^0.8.0",
"grunt-ng-annotate": "^2.0.2",
"grunt-ng-constant": "^0.5.0",
"grunt-svgmin": "^2.0.0",
"grunt-usemin": "^2.6.2",
"grunt-wiredep": "^2.0.0",
"jasmine-core": "^2.2.0",
"jshint-stylish": "^1.0.0",
"karma": "^0.12.31",
"karma-chai": "^0.1.0",
"karma-chai-plugins": "^0.2.4",
"karma-chrome-launcher": "~0.1.2",
"karma-coverage": "~0.1.0",
"karma-firefox-launcher": "~0.1.0",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.3",
"karma-mocha": "^0.1.10",
"karma-ng-html2js-preprocessor": "~0.1",
"karma-ng-scenario": "latest",
"karma-phantomjs-launcher": "^0.1.4",
"karma-requirejs": "~0.1.0",
"karma-safari-launcher": "latest",
"karma-script-launcher": "~0.1.0",
"karma-sinon": "^1.0.3",
"karma-sinon-chai": "^0.1.6",
"load-grunt-tasks": "^1.0.0",
"mocha": "^2.1.0",
"mocha-sinon": "^1.1.3",
"multiline": "^1.0.1",
"should": "^4.0.1",
"sinon": "^1.10.2",
"sinon-chai": "^2.5.0",
"time-grunt": "^1.0.0"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "grunt test"
}
}