node-alljoyn
Version:
Access Alljoyn service functions
35 lines (34 loc) • 775 B
JSON
{
"name": "node-alljoyn",
"version": "0.2.8",
"description": "Access Alljoyn service functions",
"main": "index.js",
"scripts": {
"test": "exit 0",
"install": "node-gyp rebuild"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ADVANTECH-Corp/node-alljoyn.git"
},
"keywords": [
"Alljoyn",
"Advantech",
"Action",
"ControlPanel"
],
"author": "Advantech",
"license": "Apache-2.0",
"gypfile": true,
"bugs": {
"url": "https://github.com/ADVANTECH-Corp/node-alljoyn/issues"
},
"engines": {
"node": ">=0.10.35"
},
"dependencies": {
"bindings": ">=1.2.1",
"nan": ">=1.2.0"
},
"homepage": "https://github.com/ADVANTECH-Corp/node-alljoyn#readme"
}