forked from GeotrekCE/Geotrek-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 823 Bytes
/
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
{
"name": "geotrekmobile",
"version": "0.0.0",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-concurrent": "~0.5.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-imagemin": "~0.3.0",
"grunt-contrib-jshint": "~0.7.1",
"grunt-contrib-sass": "^0.7.3",
"grunt-contrib-watch": "~0.5.2",
"grunt-karma": "^0.8.2",
"grunt-newer": "~0.6.1",
"grunt-svgmin": "~0.2.0",
"grunt-shell": "~0.7.0",
"jshint-stylish": "~0.1.3",
"karma": "^0.12.9",
"karma-chrome-launcher": "^0.1.3",
"karma-jasmine": "^0.1.5",
"karma-ng-html2js-preprocessor": "^0.1.0",
"karma-ng-scenario": "^0.1.0",
"load-grunt-tasks": "~0.4.0",
"time-grunt": "~0.2.1"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "grunt test"
}
}