{
  "name": "grunt-amxmodx",
  "description": "AMX mod X compiler task",
  "version": "0.1.3",
  "homepage": "https://github.com/ertrzyiks/grunt-amxmodx",
  "author": {
    "name": "Mateusz Derks",
    "email": "mateusz.derks@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/ertrzyiks/grunt-amxmodx.git"
  },
  "bugs": {
    "url": "https://github.com/ertrzyiks/grunt-amxmodx/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/ertrzyiks/grunt-amxmodx/blob/master/LICENSE-MIT"
    }
  ],
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "bin": {
    "amxx-install": "./amxx-install.js"
  },
  "dependencies": {
    "async": "^0.9.0",
    "cli-color": "^0.3.2",
    "mkdirp": "^0.5.0",
    "request": "^2.42.0",
    "unzip": "^0.1.11"
  },
  "devDependencies": {
    "grunt": "~0.4.5",
    "grunt-contrib-clean": "^0.5.0",
    "grunt-contrib-jshint": "^0.9.2",
    "grunt-contrib-nodeunit": "^0.3.3"
  },
  "peerDependencies": {
    "grunt": ">=0.4.0"
  },
  "keywords": [
    "gruntplugin"
  ],
  "os": [
    "linux",
    "win32"
  ]
}
