alljoyn
Version:
Alljoyn NodeJS Integration
31 lines (30 loc) • 636 B
JSON
{
"name": "alljoyn",
"version": "1.0.0",
"description": "Alljoyn NodeJS Integration",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "node-gyp rebuild"
},
"repository": {
"type": "git",
"url": "https://github.com/octoblu/alljoyn"
},
"keywords": [
"alljoyn",
"iot",
"octoblu"
],
"author": "Octoblu",
"license": "ISC",
"gypfile": true,
"bugs": {
"url": "https://github.com/octoblu/alljoyn/issues"
},
"homepage": "https://github.com/octoblu/alljoyn",
"dependencies": {
"bindings": "^1.2.1",
"nan": "^1.2.0"
}
}