forked from martindale/snarl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.04 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
{
"author": {
"name": "Eric Martindale",
"email": "[email protected]"
},
"name": "snarl",
"description": "snarl, a bot based on @chrisinajar's plugapi",
"homepage": "https://github.com/martindale/snarl",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/martindale/snarl"
},
"main": "bot.js",
"engines": {
"node": ">=v0.4.9"
},
"dependencies": {
"phantom": "<=0.3.5",
"plugapi": ">=0.2.0",
"repl": ">=0.1.3",
"restler": ">=2.0.1",
"mongoose": ">=3.4.0",
"google": ">=0.1.0",
"express": ">=3.0.3",
"jade": ">=0.27.7",
"underscore": ">=1.4.2",
"async": ">=0.1.22",
"crypto": ">= 0.0.3",
"xml2js": ">= 0.1.13",
"querystring": ">= 0.1.0",
"jquery": ">= 1.6.3",
"node-markdown": ">= 0.1.1"
},
"devDependencies": {
"phantom": "<=0.3.5",
"plugapi": ">=0.2.0",
"repl": ">=0.1.3"
},
"licenses": {
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
},
"readme": "# snarl",
"_id": "snarl"
}