Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ocean committed Mar 25, 2015
1 parent 12d59bd commit a3881bb
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,31 @@
{
"name": "hubot-tucker",
"description": "Malcolm Tucker quote provider for Hubot",
"version": "1.0.0",
"version": "1.0.1",
"author": "Drew Robinson <[email protected]>",
"license": "MIT",

"keywords": [
"hubot",
"hubot-scripts",
"malcolm tucker"
],

"repository": {
"type": "git",
"url": "git://github.com/ocean/hubot-tucker.git"
},

"bugs": {
"url": "https://github.com/ocean/hubot-tucker/issues"
},

"dependencies": {
"coffee-script": "~1.6"
},

"devDependencies": {
"mocha": "*",
"chai": "*",
"sinon-chai": "*",
"sinon": "*"
},

"main": "index.coffee",

"scripts": {
"test": "script/test"
}
Expand Down

0 comments on commit a3881bb

Please sign in to comment.