ndn-message-channel-transport
Version:
HTML5 messageChannel binding for NDN-js
36 lines (34 loc) • 878 B
JSON
{
"name": "ndn-message-channel-transport",
"version": "0.0.1",
"description": "HTML5 messageChannel binding for NDN-js",
"main": "ndn-messageChannelTransport.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/rynomad/ndn-messageChannelTransport.git"
},
"keywords": [
"NDN.",
"HTML5",
"messageChannel"
],
"author": "Ryan Bennett",
"license": "GPL",
"bugs": {
"url": "https://github.com/rynomad/ndn-messageChannelTransport/issues"
},
"dependencies": {
"ndn-lib": "git+https://github.com/rynomad/ndn-js.git"
},
"devDependencies": {
"grunt-contrib-connect": "~0.7.1",
"grunt": "~0.4.4",
"grunt-contrib-watch": "~0.6.1",
"grunt-saucelabs": "~5.1.1",
"browserify": "~3.39.0",
"grunt-browserify": "~2.0.3"
}
}