iwebpp.io
Version:
iWebPP name-client library for node.js
37 lines (36 loc) • 751 B
JSON
{
"author": "Tom Zhou <iwebpp@gmail.com> (https://aiworkspace.com)",
"name": "iwebpp.io",
"description": "iWebPP name-client library for node.js",
"version": "3.3.0",
"repository": {
"type": "git",
"url": "git://github.com/InstantWebP2P/iwebpp.io.git"
},
"keywords": [
"peer",
"webp2p",
"httpp",
"http",
"datachannel"
],
"engines": {
"node": ">=0.8.0"
},
"main": "./index.js",
"dependencies": {
"debug": "2.6.9",
"ipaddr.js": "1.0.3",
"lodash": "3.10.1",
"msgpack-js": "0.3.0",
"node-sws": "1.2.x",
"siphash": "1.0.x",
"ssl-root-cas": "1.3.1",
"uuid": "3.0.0",
"wspp": "latest"
},
"devDependencies": {
"express": "3.21.2",
"jshint": "2.8.0"
}
}