UNPKG

ale-ov2500-node

Version:

Node to consume REST API of the Alcatel-Lucent Enterprise OV2500 Network Manager and Cirrus Cloud Manager

38 lines (37 loc) 1.07 kB
{ "name": "ale-ov2500-node", "version": "0.1.17", "description": "Node to consume REST API of the Alcatel-Lucent Enterprise OV2500 Network Manager and Cirrus Cloud Manager", "main": "lib/ov2500.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "version patch": "npm version patch --force -m 'Release %s'", "version minor": "npm version minor --force -m 'Release %s'", "version major": "npm version major --force -m 'Release %s'", "publish": "npm publish" }, "dependencies": { "deep-diff": "^0.3.8", "moment-timezone": "^0.5.14", "request": "^2.83.0", "rxjs": "^5.5.6" }, "repository": { "type": "git", "url": "git+https://github.com/ale-de/ale-ov2500-node.git" }, "keywords": [ "ov2500", "cirrus", "ALE", "'Alcatel-Lucent Enterprise", "Enterprise", "ALE" ], "author": "Dirk Evrard", "license": "ISC", "bugs": { "url": "https://github.com/ale-de/ale-ov2500-node/issues" }, "homepage": "https://github.com/ale-de/ale-ov2500-node#readme" }