{
  "name": "grunt-mvndeploy",
  "description": "Deploy node projects to Maven repositories",
  "version": "1.0.5",
  "homepage": "https://github.com/koneru9999/grunt-mvndeploy",
  "author": {
    "name": "Venkaiah Chowdary Koneru",
    "email": "koneru.chowdary@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/koneru9999/grunt-mvndeploy.git"
  },
  "bugs": {
    "url": "https://github.com/koneru9999/grunt-mvndeploy/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/koneru9999/grunt-mvndeploy/blob/master/LICENSE-MIT.md"
    }
  ],
  "main": "Gruntfile.js",
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt-contrib-jshint": "~0.6.0",
    "grunt-contrib-clean": "~0.4.0",
    "grunt-contrib-nodeunit": "~0.2.0",
    "grunt": "~0.4.1"
  },
  "peerDependencies": {
    "grunt": "~0.4.1"
  },
  "keywords": [
    "gruntplugin", "maven", "mvn"
  ],
  "dependencies": {
    "glob": "~3.2.6",
    "moxie-zip": "0.0.2"
  }
}
