@rokid/cloudapp-engine
Version:
Rokid's CloudApp Engine which implements CloudApp Protocol
44 lines (43 loc) • 979 B
JSON
{
"name": "@rokid/cloudapp-engine",
"version": "0.2.0",
"description": "Rokid's CloudApp Engine which implements CloudApp Protocol",
"main": "index.js",
"scripts": {
"test": "nyc --reporter=lcov ava tests --verbose",
"travis": "npm test && codecov",
"client": "node ./client.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Rokid/cloudapp-engine.git"
},
"keywords": [
"cloudapp",
"engine",
"rokid"
],
"author": "Yorkie Liu <yorkiefixer@gmail.com>",
"license": "Apeach",
"bugs": {
"url": "https://github.com/Rokid/cloudapp-engine/issues"
},
"homepage": "https://github.com/Rokid/cloudapp-engine#readme",
"dependencies": {
"debug": "^3.1.0",
"protobufjs": "^6.8.0"
},
"devDependencies": {
"ava": "^0.22.0",
"codecov": "^2.3.0",
"nyc": "^11.2.1"
},
"nyc": {
"exclude": [
"build",
"node_modules",
"coverage",
"tests/**/*.js"
]
}
}