UNPKG

@rimaulana/asustor-node

Version:

node module to get information on ASUSTOR NAS storage

39 lines (38 loc) 1.11 kB
{ "name": "@rimaulana/asustor-node", "version": "1.0.0", "description": "node module to get information on ASUSTOR NAS storage", "main": "index.js", "engines": { "node": ">=6.10.0" }, "nyc": { "exclude": [ "test/*.js" ] }, "scripts": { "build": "tsc", "test": "node_modules/nyc/bin/nyc.js --reporter=text-summary node_modules/mocha/bin/mocha --reporter=nyan test/*.js", "coverage": "node_modules/nyc/bin/nyc.js report --reporter=lcov", "cover": "npm run test && npm run coverage" }, "keywords": [ "asustor", "nas" ], "repository": { "type": "git", "url": "https://github.com/rimaulana/asustor-node.git" }, "author": "Rio Maulana <rimaulana@outlook.com> (https://github.com/rimaulana)", "license": "MIT", "devDependencies": { "@types/node": "^9.3.0", "chai": "^4.1.2", "mocha": "^4.0.1", "nyc": "^11.7.1", "sinon": "^4.1.3", "typescript": "^2.6.2" } }