forked from xmppjs/xmpp.js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 1.29 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
{ "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": ">=1.4.1"
,"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": ">=0.1.0"
,"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": "astro@spaceboyz.net"
,"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"
,"scripts": { "postinstall": "browserify -d -o node-xmpp-browser.js lib/node-xmpp-browserify.js"
,"test": "mocha -R spec"
}
}