{
  "name": "jaawegx",
  "author": "The Chrome Team",
  "version": "0.1.8",
  "description": "Mobile Chrome Apps command line tool",
  "bin": {
    "mca": "./mca"
  },
  "license": "Apache version 2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/MobileChromeApps/mobile-chrome-apps.git"
  },
  "dependencies": {
    "ncp": "~0.4",
    "cordova": "agrieve/cordova-cli",
    "optimist": "~0.5",
    "cryptojs": "~2",
    "elementtree": "0.1.5",
    "shelljs": "~0.2.6"
  },
  "bundledDependencies": [
    "cordova"
  ],
  "files": [
    "README.md",
    "RELEASENOTES.md",
    "chrome-cordova/README.md",
    "chrome-cordova/plugins",
    "cordova",
    "docs",
    "mca",
    "src",
    "templates"
  ]
}
