Skip to content

Commit

Permalink
updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Luciano Mammino committed Aug 24, 2015
1 parent 96d3a29 commit a217891
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions package.json
Expand Up @@ -2,14 +2,35 @@
"name": "norrisbot",
"version": "1.0.0",
"description": "a Slack bot that kicks asses (roundhouse-kicks to be accurate...)",
"repository": "https://github.com/lmammino/norrisbot",
"keywords": [
"Slack",
"bot",
"Chuck Norris",
"jokes"
],
"repository": {
"type": "git",
"url": "https://github.com/lmammino/norrisbot"
},
"bugs": {
"url": "https://github.com/lmammino/norrisbot/issues"
},
"main": "lib/norrisbot.js",
"bin": {
"norrisbot": "bin/bot.js"
},
"scripts": {
"start": "node bin/bot.js",
"test": "node_modules/.bin/xo data/jokesFetcher.js bin/bot.js lib/norrisbot.js"
},
"author": "",
"license": "ISC",
"author": {
"name": "Luciano Mammino",
"email": "lucianomammino@gmail.com"
},
"license": "MIT",
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"async": "^1.4.1",
"progress": "^1.1.8",
Expand Down

0 comments on commit a217891

Please sign in to comment.