Prepared to release 0.0.1.

This commit is contained in:
Tommy Parnell
2015-07-19 16:10:21 -04:00
parent 4315951ffc
commit b45a757946

View File

@@ -4,25 +4,18 @@
"version": "0.0.1",
"author": "Tommy Parnell <tparnell8@gmail.com>",
"license": "MIT",
"keywords": "hubot, hubot-scripts",
"repository": {
"type": "git",
"url": "git://github.com/hubot-scripts/hubot-hubot-situation.git"
},
"bugs": {
"url": "https://github.com/hubot-scripts/hubot-hubot-situation/issues"
},
"dependencies": {
},
"dependencies": {},
"peerDependencies": {
"hubot": "2.x"
},
"devDependencies": {
"chai": "^2.1.1",
"coffee-script": "1.6.3",
@@ -37,9 +30,7 @@
"sinon": "^1.13.0",
"sinon-chai": "^2.7.0"
},
"main": "index.coffee",
"scripts": {
"test": "grunt test"
}