-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 781 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 781 Bytes
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
{
"author": "Justin Mazzi",
"name": "red",
"description": "Red is a jabber bot who knows how to get things",
"version": "0.0.0",
"homepage": "https://github.com/jmazzi/red",
"repository": {
"type": "git",
"url": "git://github.com/jmazzi/red.git"
},
"engines": {
"node": ">=0.4.8"
},
"dependencies": {
"coffee-script": ">= 1.1.0",
"xml2js": "= 0.1.6",
"jsdom": "= 0.2.0",
"optimist": "= 0.2.0",
"node-xmpp": "= 0.2.9",
"async": "= 0.1.9",
"request": "= 1.9.8",
"underscore": "= 1.1.6",
"ent": ">= 0.0.4",
"sinon-nodeunit": "= 0.1.2",
"gzip": "= v0.1.0",
"b64": "= v1.0.0"
},
"devDependencies": {
"nodeunit": "= 0.5.1"
}
}