forked from daysofwonder/asmodeenet_sso_js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 811 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
33
34
35
36
37
38
{
"name": "ana_sso.js",
"version": "0.2.2",
"repository": {},
"scripts": {},
"dependencies": {},
"devDependencies": {
"bower": "^1.5",
"grunt": "^0.4.5",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-coffee": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-rev": "^0.1.0",
"grunt-rev-package": "0.0.6",
"grunt-serve": "^0.1.6",
"jshint-stylish": "^1.0.0",
"load-grunt-tasks": "^3.1.0",
"phantomjs-prebuilt": "^2.1.7",
"uglify-js": "^2.7.0"
},
"engines": {
"node": ">=0.12.0"
},
"coffeelintConfig": {
"indentation": {
"level": "error",
"value": 4
},
"max_line_length": {
"level": "error",
"value": 100
}
}
}