ndn-js
Version:
A JavaScript client library for Named Data Networking
40 lines (39 loc) • 924 B
JSON
{
"name": "ndn-js",
"version": "0.20.0",
"description": "A JavaScript client library for Named Data Networking",
"main": "index.js",
"directories": {
"example": "examples",
"test": "tests"
},
"scripts": {
"doc": "jsdoc -c doc/conf.json",
"test": "cd tests/node/unit-tests ; mocha . --timeout 10000 ; cd ../../.."
},
"repository": {
"type": "git",
"url": "https://github.com/named-data/ndn-js"
},
"keywords": [
"NDN"
],
"browser": {
"./js/crypto.js": "./js/browserify.js",
"./js/use-subtle-crypto-node.js": "./js/use-subtle-crypto.js",
"./js/transport/tcp-transport.js": "./js/browserify-tcp-transport.js"
},
"author": "UCLA",
"license": "LGPL-3.0+",
"bugs": {
"url": "https://github.com/named-data/ndn-js/issues"
},
"dependencies": {
"jsbn": "*",
"protobufjs": "*"
},
"devDependencies": {
"jsdoc": "*",
"mocha": "*"
}
}