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 33 "version" : " 0.2.0" ,
44 "description" : " Python/Pyramid/Django support for Strider Continuous Deployment" ,
55 "scripts" : {
6- "test" : " echo \" Error: no test specified \" && exit 1 "
6+ "test" : " jshint && mocha -R tap "
77 },
88 "repository" : {
99 "type" : " git" ,
1818 "id" : " python" ,
1919 "title" : " Python" ,
2020 "webapp" : " webapp.js" ,
21- "worker" :" worker.js" ,
21+ "worker" : " worker.js" ,
2222 "icon" : " icon.png" ,
2323 "config" : true
2424 },
2525 "author" : " Niall O'Higgins" ,
2626 "license" : " BSD" ,
2727 "dependencies" : {
2828 "strider-detection-rules" : " 0.0.1"
29+ },
30+ "devDependencies" : {
31+ "chai" : " ~1.8.1" ,
32+ "jshint" : " ~2.3.0" ,
33+ "mocha" : " ~1.14.0"
2934 }
3035}
You can’t perform that action at this time.
0 commit comments