File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "strict" : false ,
3
+ "laxcomma" : true ,
4
+ "laxbreak" : true ,
5
+ "undef" : true ,
6
+ "node" : true ,
7
+ "-W033" : false ,
8
+ "-W024" : false ,
9
+ "-W030" : false ,
10
+ "-W069" : false ,
11
+ "-W089" : false ,
12
+ "-W093" : false ,
13
+ "-W098" : false ,
14
+ "-W116" : false ,
15
+ "-W083" : false ,
16
+ "-W065" : false
17
+ }
Original file line number Diff line number Diff line change 3
3
"version" : " 0.2.0" ,
4
4
"description" : " Python/Pyramid/Django support for Strider Continuous Deployment" ,
5
5
"scripts" : {
6
- "test" : " echo \" Error: no test specified \" && exit 1 "
6
+ "test" : " jshint && mocha -R tap "
7
7
},
8
8
"repository" : {
9
9
"type" : " git" ,
18
18
"id" : " python" ,
19
19
"title" : " Python" ,
20
20
"webapp" : " webapp.js" ,
21
- "worker" :" worker.js" ,
21
+ "worker" : " worker.js" ,
22
22
"icon" : " icon.png" ,
23
23
"config" : true
24
24
},
25
25
"author" : " Niall O'Higgins" ,
26
26
"license" : " BSD" ,
27
27
"dependencies" : {
28
28
"strider-detection-rules" : " 0.0.1"
29
+ },
30
+ "devDependencies" : {
31
+ "chai" : " ~1.8.1" ,
32
+ "jshint" : " ~2.3.0" ,
33
+ "mocha" : " ~1.14.0"
29
34
}
30
35
}
You can’t perform that action at this time.
0 commit comments