{
  "name": "flexpmd",
  "description": "A Node.js module to download and \"install\" the FlexPMD infrastructure for linting/analyzing ActionScript/Flash/Flex/AIR code.",
  "version": "1.3.0-2",
  "flexPmd": {
    "url": "https://github.com/JamesMGreene/adobe-flex-pmd/releases/download/v1.3/adobe-flex-pmd.zip"
  },
  "homepage": "https://github.com/JamesMGreene/node-flexpmd",
  "author": {
    "name": "James M. Greene",
    "email": "james.m.greene@gmail.com",
    "url": "http://greene.io/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/JamesMGreene/node-flexpmd.git"
  },
  "bugs": {
    "url": "https://github.com/JamesMGreene/node-flexpmd/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/JamesMGreene/node-flexpmd/blob/master/LICENSE-MIT"
    }
  ],
  "main": "lib/flexpmd",
  "engines": {
    "node": ">= 0.8.0",
    "npm" : ">= 1.2.10"
  },
  "scripts": {
    "prepublish": "node prepublish.js",
    "test": "grunt travis --verbose"
  },
  "devDependencies": {
    "grunt-contrib-jshint": "~0.8.0",
    "grunt-contrib-nodeunit": "~0.3.0",
    "grunt-contrib-watch": "~0.5.3",
    "grunt": "~0.4.2",
    "xpath": "0.0.6",
    "xmldom": "~0.1.19"
  },
  "keywords": [
    "download",
    "install",
    "apache",
    "adobe",
    "flexpmd",
    "aslint",
    "open source",
    "compiler",
    "flex",
    "mxml",
    "actionscript",
    "flv",
    "flash",
    "air"
  ],
  "dependencies": {
    "follow-redirects": "0.0.3",
    "glob": "~3.2.8",
    "ncp": "~0.5.0",
    "rimraf": "~2.2.6",
    "mkdirp": "~0.3.5",
    "adm-zip": "~0.4.4",
    "dos2unix": "~1.1.1"
  }
}
