{
  "name": "crosswalk-app-tools",
  "version": "0.10.5",
  "description": "An APK packager for the Crosswalk Project -- http://crosswalk-project.org",
  "author": "Robert Staudinger <robert.staudinger@intel.com>",
  "license": "Apache-2.0",
  "engines": {
    "node": ">=0.12"
  },
  "bin": {
    "crosswalk-app": "./src/crosswalk-app",
    "crosswalk-pkg": "./src/crosswalk-pkg"
  },
  "scripts": {
    "test": "grunt test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/crosswalk-project/crosswalk-app-tools.git"
  },
  "dependencies": {
    "adm-zip": "~0.4.4",
    "format-json": "~1.0.3",
    "https-proxy-agent": "~0.3.5",
    "memorystream": "~0.3.0",
    "minimist": "~1.1.0",
    "mktemp": "~0.3.5",
    "mustache": "~0.8.2",
    "parse-color": "~1.0.0",
    "readdir": "~0.0.13",
    "shelljs": "~0.3.0",
    "uuid": "^3.0.0",
    "xmlbuilder": "~2.6.4",
    "xmldom": "~0.1.19"
  },
  "devDependencies": {
    "grunt": "~0.4.5",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-jshint": "~0.10.0",
    "grunt-contrib-nodeunit": "~0.4.1",
    "grunt-jsdoc": "~0.6.7",
    "grunt-release": "~0.9.0",
    "jsdoc": "~3.3.2",
    "nodeunit": "~0.9.0"
  },
  "keywords": [
    "crosswalk",
    "apk",
    "packaging",
    "android"
  ],
  "bugs": {
    "url": "https://crosswalk-project.org/jira/"
  },
  "files": [
    "android",
    "app-template",
    "examples",
    "Gruntfile.js",
    "index.js",
    "LICENSE-APACHE-V2",
    "package.json",
    "manifest.md",
    "README.md",
    "src",
    "test",
    "test-util",
    "windows"
  ]
}
