{
  "name": "reviyou-grunt-angular-phonegap",
  "description": "Combine with yeoman/generator-angular and phonegap to create some magic",
  "version": "0.1.9",
  "homepage": "https://github.com/reviyou/reviyou.grunt-angular-phonegap",
  "author": {
    "name": "reviyou",
    "email": "reviyoullc@gmail.com",
    "url": ""
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:reviyou/reviyou-grunt-angular-phonegap.git"
  },
  "bugs": {
    "url": "https://github.com/reviyou/reviyou-grunt-angular-phonegap/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/reviyou/reviyou-grunt-angular-phonegap/blob/master/LICENSE-MIT"
    }
  ],
  "main": "Gruntfile.js",
  "scripts": {
    "test": "./node_modules/.bin/grunt test",
    "prepublish": "grunt coffee"
  }, 
  "engines": {
    "node": ">= 0.8.0"
  },
  "dependencies": {
    "coffee-script": "latest",
    "underscore": "~1.5.2"
  },
  "devDependencies": {
    "grunt-contrib-jshint": "~0.6.0",
    "grunt-contrib-clean": "~0.4.0",
    "grunt-contrib-nodeunit": "~0.2.0",
    "grunt": "~0.4.1",
    "grunt-contrib-coffee": "~0.7.0",
    "grunt-contrib-watch": "~0.5.3",
    "grunt-release": "~0.6.0",
    "grunt-conventional-changelog": "~1.0.0",
    "grunt-cli": "~0.1.11",
    "sinon": "~1.7.3"
  },
  "peerDependencies": {
    "grunt": "~0.4.1",
    "grunt-shell": "~0.5"
  },
  "keywords": [
    "gruntplugin"
  ]
}
