Skip to content

Commit

Permalink
this doesn't work yet, but i've decided that ironbot is going to take…
Browse files Browse the repository at this point in the history
… care of the scene / zone building soon
  • Loading branch information
bsparks committed Dec 19, 2014
1 parent 14bcda0 commit e7b07d1
Show file tree
Hide file tree
Showing 17 changed files with 41,031 additions and 0 deletions.
46 changes: 46 additions & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"node": true,
"es5": false,
"esnext": true,
"bitwise": true,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"immed": true,
"indent": 4,
"latedef": false,
"newcap": true,
"noarg": true,
"quotmark": "single",
"regexp": true,
"undef": true,
"unused": false,
"strict": false,
"trailing": true,
"smarttabs": true,
"white": true,
"predef": [
"browser",
"inject",
"describe",
"it",
"xit",
"beforeEach",
"afterEach",
"expect",
"spyOn",
"runs",
"waits",
"waitsFor",
"jasmine",
"element",
"by"
],
"globals": {
"angular": false,
"window": true,
"document": true,
"debug": true,
"_": false
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"exec": "^0.1.2",
"fs": "0.0.2",
"github-webhook-handler": "^0.2.1",
"nconf": "^0.7.1",
"node-hipchat": "^0.4.5",
"node-redis-pubsub": "^0.2.1"
}
Expand Down
Loading

0 comments on commit e7b07d1

Please sign in to comment.