forked from chen-ye/hubot-fb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 811 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
{
"name": "hubot-fb",
"version": "4.0.0",
"description": "A Hubot adapter for Facebook Messenger",
"keywords": [
"facebook messenger",
"hubot",
"hubot-scripts",
"hubot-adapters"
],
"homepage": "https://github.com/chen-ye/hubot-fb",
"bugs": {
"url": "https://github.com/chen-ye/hubot-fb/issues"
},
"author": "Chen Ye <[email protected]> (cye.me)",
"contributors": [],
"main": "src/fb.coffee",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/chen-ye/hubot-fb.git"
},
"license": "ISC",
"dependencies": {
"mime": "^1.3.4",
"parent-require": "^1.0.0"
},
"peerDependencies": {
"hubot": ">=2.0"
},
"devDependencies": {
"coffee-script": ">=1.2.0"
}
}