cordova-chrome-net
Version:
Use the Node `net` API in cordova Apps
50 lines (49 loc) • 1.15 kB
JSON
{
"name": "cordova-chrome-net",
"description": "Use the Node `net` API in cordova Apps",
"version": "1.0.3",
"author": "Tobias Scheepers <tobias.scheepers@gmail.com> (https://github.com/theveloped)",
"bugs": {
"url": "https://github.com/theveloped/cordova-chrome-net/issues"
},
"contributors": [
"Feross Aboukhadijeh <feross@feross.org> (http://feross.org/)",
"John Hiesey <john@hiesey.com>"
],
"dependencies": {
"core-util-is": "~1.0.1",
"inherits": "^2.0.1"
},
"devDependencies": {
"browserify": "^11.0.1",
"chrome-dgram": "^2.0.6",
"envify": "^3.2.0",
"once": "1.x",
"portfinder": "0.x",
"run-auto": "^1.1.3",
"standard": "^5.0.2",
"tape": "^4.0.0",
"through": "2.x"
},
"homepage": "https://github.com/theveloped/cordova-chrome-net",
"keywords": [
"cordova",
"ionic",
"chrome app",
"chrome.socket",
"socket api",
"net",
"tcp",
"wrapper",
"client",
"server"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/theveloped/cordova-chrome-net"
},
"scripts": {
}
}