-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "webhookit",
"version": "0.0.2",
"description": "WebHookIt",
"author": "Eric Abouaf <[email protected]>",
"bugs": { "url" : "http://github.com/neyric/webhookit/issues" },
"os": ["darwin", "linux"],
"contributors": [
"Eric Abouaf <[email protected]> (http://neyric.com)"
],
"engines": {
"node" : ">=0.4.0"
},
"directories": {
"lib" : "lib"
},
"bin" : {
"webhookit" : "./server.js"
},
"dependencies": {
"express": "2.5.6",
"mongodb": "0.9.8",
"cron": ">=0.1.3",
"ejs": "0.6.1",
"connect": "1.8.5",
"connect-mongodb": "1.1.2",
"npm": "1.1.0-2",
"xml2js-expat": ">=0.2.0",
"webhookit-comment": ">=0.0.2",
"webhookit-ejs": ">=0.0.2",
"webhookit-http": ">=0.0.4",
"webhookit-jsonpath": ">=0.0.2",
"webhookit-objectbuilder": ">=0.0.2",
"webhookit-xml2js": ">=0.0.1",
"webhookit-jsonparse": ">=0.0.1"
},
"licenses":[ {"type" : "MIT"} ],
"repository": {
"type":"git",
"url":"http://github.com/neyric/webhookit.git"
}
}