forked from xmppjs/xmpp.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 1.23 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
{ "name": "node-xmpp"
,"version": "0.3.2"
,"main": "./lib/node-xmpp"
,"browserify": "./lib/node-xmpp-browserify"
,"description": "Idiomatic XMPP client, component & server library for node.js + browserify"
,"author": "Astro"
,"dependencies": {"node-expat": "git://github.com/TooTallNate/node-expat.git#gyp"
,"ltx": ">= 0.2.0"
,"request": ">= 2.9.153"
,"browser-request": ">= 0.2.0"
,"faye-websocket": ">= 0.4.1"
,"blueimp-md5": ">= 1.0.0"
,"browserify": ">=1.10.4"
}
,"devDependencies": {"node-stringprep": "git://github.com/jolira/node-stringprep.git"
,"mocha": ">=1.0.0"
}
,"repositories": [{"type": "git"
,"path": "git://github.com/astro/node-xmpp.git"
}]
,"homepage": "http://github.com/astro/node-xmpp"
,"bugs": "http://github.com/astro/node-xmpp/issues"
,"maintainers": [{"name": "Astro"
,"email": "[email protected]"
,"web": "http://spaceboyz.net/~astro/"
}]
,"contributors": ["Stephan Maka", "Derek Hammer", "Daniel Zelisko", "Michael Geers", "Nolan Darilek", "Nathan Rajlich", "Dhruv Matani", "Camilo Aguilar", "Henry Chan", "Justin Campbell", "Trent Mick", "Alexey Shamrin", "Sonny Piers", "Chaitanya Gupta", "Иван", "Julien Genestoux"]
,"licenses": [{"type": "MIT"}]
,"engine": "node >=0.4.0"
}