netbeast
Version:
Resources for node.js wrapper
36 lines (35 loc) • 742 B
JSON
{
"name": "netbeast",
"version": "1.1.0",
"description": "Resources for node.js wrapper",
"main": "index.js",
"scripts": {
"test": "npm test",
"app": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/netbeast/api.git"
},
"keywords": [
"netbeast",
"resources",
"iot",
"home",
"automation"
],
"author": "staff@netbeast.co",
"license": "GPL3",
"bugs": {
"url": "https://github.com/netbeast/api/issues"
},
"homepage": "https://github.com/netbeast/api",
"dependencies": {
"bluebird": "^3.1.4",
"chalk": "^1.1.1",
"cli-spinner": "^0.2.2",
"freeport": "^1.0.5",
"mqtt": "^1.7.0",
"superagent-bluebird-promise": "^3.0.0"
}
}