UNPKG

poweroff-tool

Version:

This is application which power off a pc when it triggered

33 lines (32 loc) 734 B
{ "name": "poweroff-tool", "version": "1.0.2", "bin": { "poweroff": "./bin/index.js" }, "description": "This is application which power off a pc when it triggered", "main": "src/index.js", "scripts": { "start": "node bin/index.js 192.168.1.1 1.3.6.1.4.1.4131.1.6.1.1.1.3.1 1.3.6.1.4.1.4131.1.6.1.1.1.3.2", "test": "gulp test" }, "keywords": [ "DCS" ], "engines": { "node": ">= 7" }, "repository": "https://bitbucket.org/vominhtan/poweroff-tool", "author": "vmtan", "license": "MIT", "devDependencies": { "gulp": "^3.9.1" }, "dependencies": { "async": "^2.6.0", "is-linux": "^1.0.1", "is-osx": "^1.0.2", "is-windows": "^1.0.1", "net-snmp": "^1.2.0" } }