{
  "name": "our-stop-server",
  "version": "0.2.0",
  "description": "Stop your computer using your phone or your tablet, from your bed or your couch and start .bat file from your own computer",
  "main": "index.js",
  "bin": "bin.js",
  "scripts": {
    "test": "node test",
    "start": "node index",
    "uninstall": "node bin stop",
    "prepublish": "pkg-ok"
  },
  "keywords": [
    "stop",
    "shutdown",
    "halt",
    "poweroff",
    "sleep",
    "server"
  ],
  "author": "pisuto",
  "license": "MIT",
  "dependencies": {
    "chalk": "^1.1.1",
    "execa": "^4.0.0",
    "express": "^4.13.3",
    "got": "^4.1.1",
    "network-address": "^1.1.2",
    "power-off": "^1.1.2",
    "sleep-mode": "^1.1.0",
    "sudo-block": "^1.2.0",
    "update-notifier": "^0.5.0",
    "user-startup": "^0.1.0",
    "yargs": "^3.21.0"
  },
  "devDependencies": {
    "pkg-ok": "^1.1.0",
    "supertest": "^1.0.1"
  }
}
