{
  "name": "grunt-xamarin-deploy",
  "version": "0.0.8",
  "description": "This plugin will deploy files to the resources directory of your app",
  "homepage": "https://github.com/phillipb/grunt-xamarin-deploy",
  "repository": "https://github.com/phillipb/grunt-xamarin-deploy.git",
  "author": {
    "name": "Phillip Burch",
    "email": "phillipgburch@gmail.com",
    "url": "phillipburch.com"
  },
  "keywords": [
    "gruntplugin",
    "Xamarin"
  ],
  "main": "Gruntfile.js",
  "engines": {
    "node": ">=0.8"
  },
  "licenses": [
    {
      "type": "MIT"
    }
  ],

  "dependencies": {
    "xml2js": "~0.4.2",
    "lodash": "~2.4.1"
  },

  "devDependencies": {
    "grunt-contrib-clean": "~0.5.0",
    "grunt-contrib-jshint": "~0.8.0",
    "grunt-contrib-nodeunit": "~0.3.0",
    "grunt": "~0.4.2",
    "jshint-stylish": "~0.1.5",
    "load-grunt-tasks": "~0.3.0"
  },
  "scripts": {
    "test": "grunt test"
  }
}
