node-susiiot
Version:
Access data from SUSIIoT API by Json on ADVANTECH platform
41 lines (40 loc) • 1.06 kB
JSON
{
"author": "Neo Lo",
"name": "node-susiiot",
"description": "Access data from SUSIIoT API by Json on ADVANTECH platform",
"version": "0.0.8",
"repository": {
"url": "https://github.com/ADVANTECH-Corp/node-susiiot"
},
"scripts": {
"install": "node-pre-gyp install --fallback-to-build"
},
"main": "index.js",
"dependencies": {
"nan": "^2.0.2",
"mocha": "^2.2.5",
"node-gyp": "^3.0.0",
"node-pre-gyp": "0.6.x"
},
"binary": {
"module_name" : "node_SUSIIoT",
"module_path" : "./nodes/{version}/{platform}/{arch}/",
"remote_path" : "./jahuang0824/pre-build-nodes/raw/master/",
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz",
"host" : "https://github.com/"
},
"engines": {
"node": ">=4.1.0"
},
"license": "Apache-2.0",
"gypfile": true,
"bugs": {
"url": "https://github.com/ADVANTECH-Corp/node-susiiot/issues"
},
"keywords": [
"ADVANTECH",
"SUSIIoT",
"SUSI",
"API"
]
}