forked from flowdock/hubot-flowdock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.11 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "hubot-flowdock",
"version": "0.7.6",
"author": {
"name": "Flowdock",
"url": "https://www.flowdock.com/"
},
"contributors": [
{
"name": "Arttu Tervo",
"email": "[email protected]"
},
{
"name": "Ville Lautanala",
"email": "[email protected]"
},
{
"name": "Antti Pitkanen",
"email": "[email protected]"
},
{
"name": "Otto Vehvilainen",
"email": "[email protected]"
}
],
"keywords": [
"hubot",
"flowdock",
"adapter"
],
"description": "A Flowdock adapter for hubot",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
}
],
"repository": {
"type": "git",
"url": "http://github.com/flowdock/hubot-flowdock.git"
},
"bugs": {
"url": "https://github.com/flowdock/hubot-flowdock/issues",
"email": "[email protected]"
},
"dependencies": {
"flowdock": "^0.9.0",
"parent-require": "^1.0.0"
},
"devDependencies": {
"coffee-script": ">=1.2.0"
},
"main": "./src/flowdock",
"engines": {
"node": ">=0.4.7"
}
}