{
  "name": "devil-windows",
  "description": "Debugger, profiler and runtime with embedded WebKit DevTools client (for Windows).",
  "version": "0.1.4",
  "keywords": [
    "debugger",
    "debug",
    "inspector",
    "inspect",
    "profiler",
    "cpu profiler",
    "heap profiler",
    "devtools",
    "node-webkit",
    "development",
    "devil"
  ],
  "author": "Newton Software <dev@newton.codes> (https://newton.codes/)",
  "contributors": [
    "Hristiyan Nikolov <hristiyan@newton.codes>",
    "Dimitar Andreev <d.andreev@newton.codes>"
  ],
  "license": "MIT",
  "homepage": "https://github.com/newton-software/devil",
  "repository": {
    "url": "https://github.com/newton-software/devil.git",
    "type": "git"
  },
  "bugs": {
    "url": "https://github.com/newton-software/devil/issues",
    "email": "dev@newton.codes"
  },
  "main": "bin/devil.js",
  "bin": {
    "devil": "bin/devil.js",
    "node-devil": "bin/devil.js"
  },
  "preferGlobal": "true",
  "dependencies": {
    "async": "~0.9.0",
    "glob": "~4.0.6",
    "commander": "~2.1.0",
    "freeport": "~1.0.3",
    "nodewebkit": "=0.10.5",
    "options": ">=0.0.5",
    "tinycolor": "0.x"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "devDependencies": {},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}
