{
  "name": "unix-remotecontrol",
  "version": "0.4.0",
  "preferGlobal": "true",
  "description": "UnixControl -> Control Your MBP remotely",
  "main": "src/server.js",
  "scripts": {
    "start": "node src/server.js",
    "test": "node src/test.js",
    "postinstall": "brew install blueutil"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sahilchaddha/unix-remotecontrol.git"
  },
  "keywords": [
    "mac",
    "remote",
    "control",
    "macos",
    "linux",
    "remotecontrol",
    "iot",
    "rasberrypi"
  ],
  "author": "Sahil Chaddha",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/sahilchaddha/unix-remotecontrol/issues"
  },
  "homepage": "https://github.com/sahilchaddha/unix-remotecontrol#readme",
  "dependencies": {
    "express": "^4.16.2",
    "imagesnapjs": "0.0.7",
    "my-local-ip": "^1.0.0",
    "osx-temperature-sensor": "^1.0.1",
    "sudo-js": "^1.0.2",
    "systeminformation": "^3.37.4"
  },
  "devDependencies": {
    "supertest": "^3.0.0"
  },
  "bin": {
    "unixremote": "./src/server.js"
  }
}
