jingle-session
Version:
... TODO: creating examples
41 lines (40 loc) • 904 B
JSON
{
"name": "jingle-session",
"version": "2.0.3",
"author": "Lance Stout <lance@andyet.net>",
"bugs": "https://github.com/otalk/jingle-session/issues",
"contributors": [
"Philipp Hancke <fippo@andyet.net>"
],
"dependencies": {
"async": "^2.5.0",
"extend-object": "^1.0.0",
"uuid": "^3.1.0",
"wildemitter": "^1.0.1"
},
"devDependencies": {
"browserify": "^5.11.1",
"covert": "^1.0.0",
"jshint": "^2.5.5",
"nsp": "^0.2.6",
"precommit-hook": "^1.0.7",
"tap-spec": "^0.2.1",
"tape": "^2.14.0",
"uglify-js": "^2.4.15"
},
"homepage": "https://github.com/otalk/jingle-session",
"keywords": [
"xmpp",
"jingle"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/otalk/jingle-session.git"
},
"scripts": {
"audit": "make audit",
"build": "make build"
}
}