Adding images vertical, some refactoring. Adding Gruntfile for jshint, jsdoc, mocha. Adding basic mocha test for sunny-day case.

This commit is contained in:
noodlefrenzy 2014-09-29 08:12:08 -07:00
parent 8be332ad43
commit 5a8dcf8d59
4 changed files with 195 additions and 42 deletions

View file

@ -5,7 +5,7 @@
"main": "index.js",
"author": "Mr. Goferito",
"license": "MIT",
"repository" : {
"repository": {
"type": "git",
"url": "https://github.com/goferito/node-bing-api"
},
@ -15,5 +15,14 @@
"dependencies": {
"request": "^2.44.0",
"underscore": "^1.6.0"
},
"devDependencies": {
"express": "^4.9.5",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-jsdoc": "^0.5.7",
"grunt-simple-mocha": "^0.4.0",
"mocha": "^1.21.4",
"should": "^4.0.4"
}
}