junction
Version:
Essential XMPP middleware for Node.js.
33 lines (32 loc) • 896 B
JSON
{
"name": "junction",
"version": "0.2.0",
"description": "Essential XMPP middleware for Node.js.",
"keywords": ["xmpp", "jabber", "middleware"],
"repository": {
"type": "git",
"url": "git://github.com/jaredhanson/junction.git"
},
"bugs": {
"url": "http://github.com/jaredhanson/junction/issues"
},
"author": { "name": "Jared Hanson", "email": "jaredhanson@gmail.com", "url": "http://www.jaredhanson.net/" },
"licenses": [ {
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
} ],
"main": "./lib/junction",
"dependencies": {
"pkginfo": "0.2.x",
"node-xmpp": "0.3.x",
"node-uuid": "1.x.x",
"debug": "0.7.x"
},
"devDependencies": {
"vows": "0.6.x"
},
"scripts": {
"test": "NODE_PATH=lib node_modules/.bin/vows test/*-test.js test/**/*-test.js test/**/**/*-test.js"
},
"engines": { "node": ">= 0.4.0" }
}