{
  "name": "grunt-phonegap-rc",
  "description": "Local build tasks for Phonegap applications release candidate",
  "version": "0.15.4",
  "homepage": "https://github.com/AndrewKovalenko/grunt-phonegap",
  "author": {
    "name": "Logan Koester",
    "email": "logan@logankoester.com",
    "url": "http://logankoester.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/AndrewKovalenko/grunt-phonegap.git"
  },
  "bugs": {
    "url": "https://github.com/logankoester/grunt-phonegap/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/logankoester/grunt-phonegap/blob/master/LICENSE-MIT"
    }
  ],
  "main": "Gruntfile.coffee",
  "engines": {
    "node": ">= 0.10.0"
  },
  "scripts": {
    "build": "grunt build",
    "prepublish": "grunt build",
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt-contrib-clean": "~0.6.0",
    "grunt-contrib-nodeunit": "~0.4.0",
    "grunt": "~0.4.1",
    "grunt-contrib-coffee": "~0.10.0",
    "grunt-contrib-watch": "~0.6.1",
    "grunt-contrib-copy": "~0.5.0",
    "grunt-bump": "git://github.com/logankoester/grunt-bump#gpg-sign",
    "xml2json": "~0.4.0",
    "lodash": "~2.4.0",
    "hash_file": "~0.1.1",
    "grunt-readme-generator": "git://github.com/logankoester/grunt-readme-generator#semver-sort"
  },
  "peerDependencies": {
    "grunt": "~0.4.1"
  },
  "keywords": [
    "gruntplugin",
    "phonegap",
    "cordova"
  ],
  "dependencies": {
    "async": "~0.9.0",
    "cp": "~0.1.1",
    "xmldom": "~0.1.16",
    "lodash": "~2.4.1",
    "fluid": "~0.1.3",
    "URIjs": "^1.12.0",
    "ncp": "^0.6.0"
  }
}
