Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rbergman committed Apr 20, 2015
1 parent 516d2ad commit 811c23e
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions package.json
Expand Up @@ -10,21 +10,18 @@
"chat",
"bot"
],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/hipchat/hubot-hipchat/raw/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "http://github.com/hipchat/hubot-hipchat.git"
},
"license": "MIT",
"main": "./src/hipchat",
"engines": {
"node" : "~0.12.2"
},
"dependencies": {
"node-xmpp-client": "^1.0.0-alpha19",
"node-xmpp-core": "^1.0.0-alpha13",
"node-xmpp-client": "^1.0.0-alpha20",
"node-xmpp-core": "^1.0.0-alpha14",
"rsvp": "~1.2.0",
"underscore": "~1.4.4"
}
Expand Down

0 comments on commit 811c23e

Please sign in to comment.