forked from botdylan/botdylan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 921 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
{
"name": "botdylan",
"description": "github bot",
"version": "0.1.1",
"author": "Pau Ramon <[email protected]>",
"contributors": [
{"name": "Pau Ramon", "email": "[email protected]"},
{"name": "Ferran Basora", "email": "[email protected]"},
{"name": "Maxim Colls", "email": "[email protected]"},
{"name": "Graham Ballantyne", "email": "[email protected]"},
{"name": "Radek Benkel", "email": "[email protected]"}
],
"keywords": ["github", "bot", "git", "ci", "hubot"],
"dependencies": {
"node-github": "0.0.3",
"commander": "1.1.1",
"cjson": "0.2.1",
"underscore": "1.5.1",
"github": "0.1.8",
"crypto": "0.0.3",
"cron": "1.0.1",
"request": "2.25.0"
},
"devDependencies": {
"mocha": "*",
"sinon": "*"
},
"repository" : {"type": "git" , "url": "http://github.com/botdylan/botdylan.git" },
"engines": { "node": ">= 0.8.0" }
}