Prepared to release 0.0.1.
This commit is contained in:
11
package.json
11
package.json
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user