{
  "name": "positron-cli",
  "version": "0.0.1",
  "description": "Compile Javascript apps for Android",
  "main": "bin/cmd.js",
  "files": [
    "bin",
    "boilerplate"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "positron": "bin/cmd.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Widdershin/positron.git"
  },
  "keywords": [
    "android",
    "browserify",
    "happiness",
    "native"
  ],
  "author": "Nick Johnstone & Hugh Davenport",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Widdershin/positron/issues"
  },
  "homepage": "https://github.com/Widdershin/positron",
  "dependencies": {
    "docopt": "^0.6.2",
    "fs-extra": "^0.26.7",
    "minimist": "^1.2.0",
    "ncp": "^2.0.0",
    "node-uuid": "^1.4.7",
    "tmp": "0.0.28"
  }
}
