{
  "name": "mozilla-apk-cli",
  "version": "0.0.10",
  "description": "A Command Line Inteface for generating Android native apps from open webapps",
  "developer": [
    {
      "name": "ozten",
      "email": "shout@ozten.com"
    }
  ],
  "bin": {
    "mozilla-apk-cli": "./bin/cli.js"
  },
  "dependencies": {
    "fs.extra": "1.2.1",
    "optimist": "0.6.1",
    "path-extra": "0.2.0",
    "request": "2.34.0",
    "underscore": "1.6.0"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/mozilla/apk-cli.git"
  }
}
