Skip to content

Commit

Permalink
add hubot-slack
Browse files Browse the repository at this point in the history
  • Loading branch information
nagayama committed Sep 1, 2014
1 parent 632e409 commit c778450
Showing 1 changed file with 11 additions and 15 deletions.
26 changes: 11 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,31 @@
"name": "hosted-hubot",
"version": "2.7.1",
"private": true,

"author": "GitHub Inc.",

"keywords": [
"github",
"hubot",
"campfire",
"bot"
],

"description": "A simple helpful robot for your Company",

"licenses": [{
"type": "MIT",
"url": "https://github.com/github/hubot/raw/master/LICENSE"
}],

"repository" : {
"licenses": [
{
"type": "MIT",
"url": "https://github.com/github/hubot/raw/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "https://github.com/github/hubot.git"
},

"dependencies": {
"hubot": ">= 2.6.0 < 3.0.0",
"hubot-scripts": ">= 2.5.0 < 3.0.0"
"hubot": ">= 2.6.0 < 3.0.0",
"hubot-scripts": ">= 2.5.0 < 3.0.0",
"hubot-slack": "~2.1.1"
},

"engines": {
"node": ">= 0.8.x",
"npm": ">= 1.1.x"
"npm": ">= 1.1.x"
}
}

0 comments on commit c778450

Please sign in to comment.