forked from athieriot/hubot-yammer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 804 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "hubot-yammer",
"version": "0.2.1",
"author": "Aurélien Thieriot",
"keywords": [
"github hubot yammer adapter"
],
"description": "A Yammer adapter for hubot",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/tombell/hubot-twilio/raw/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "git://github.com/athieriot/hubot-yammer.git"
},
"dependencies": {
"yammer": "0.1.0"
},
"devDependencies": {
"coffee-script": "1.1.3",
"gulp": "^3.9.0",
"gulp-bump": "^1.0.0",
"gulp-filter": "^3.0.1",
"gulp-git": "^1.7.0",
"gulp-tag-version": "^1.3.0",
"inquirer": "^0.11.4",
"hubot": ">=2.3.0"
},
"main": "./src/yammer",
"engine": "node > 0.6.0 < 0.7.0",
"engines": {
"node": "*"
}
}