genieacs-sim
Version:
TR-069 client simulator for GenieACS
33 lines (32 loc) • 708 B
JSON
{
"name": "genieacs-sim",
"version": "0.9.0",
"description": "TR-069 client simulator for GenieACS",
"main": "genieacs-sim.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zaidka/genieacs-sim.git"
},
"keywords": [
"TR-069",
"CWMP",
"ACS"
],
"author": "Zaid Abdulla <zaid@genieacs.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/zaidka/genieacs-sim/issues"
},
"homepage": "https://genieacs.com",
"engines": {
"node": ">=6.9.2 <7.0"
},
"dependencies": {
"commander": "^2.9.0",
"libxmljs": "^0.18.4"
},
"bin": "./genieacs-sim"
}