jchaos
Version:
module to access chaos resources
35 lines (34 loc) • 945 B
JSON
{
"name": "jchaos",
"version": "1.2.1",
"description": "module to access chaos resources",
"main": "jchaos.js",
"scripts": {
"test": "mocha --timeout 60000 test/test-agent-root.js test/test-live.js test/test-powersupply.js test/test-transitions.js test/test-burst-camera.js test/test-jsoncu.js --reporter spec"
},
"bin": {
"jchaosctl": "bin/jchaosctl.js",
"jmongoctl": "bin/jmongoctl.js"
},
"repository": {
"type": "git",
"url": "git@baltig.infn.it:chaos-lnf-control/jchaos.git"
},
"keywords": [
"chaos",
"nodejs"
],
"author": "Andrea Michelotti",
"license": "ISC",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^7.2.0"
},
"dependencies": {
"fs": "*",
"minimist": "^1.2.5",
"mongodb": "^3.6.3",
"socket.io-client": "^3.1.0",
"xmlhttprequest": "^1.8.0"
}
}