{
  "name": "google-closure-tools-latest",
  "version": "0.1.1",
  "description": "A Node.js module wrapper for downloading the latest version of the Google Closure tools",
  "main": "index.js",
  "scripts": {
    "install": "node install.js",
    "test": "exit 0"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/vsonix-bub/node-google-closure-tools-latest.git"
  },
  "keywords": [
    "google",
    "closure",
    "compiler",
    "download",
    "install",
    "javascript"
  ],
  "author": {
    "name": "Daniel M. Bub",
    "email": "daniel.bub@vsonix.com",
    "url": "http://www.vsonix.com/"
  },
  "license": "Apache 2.0",
  "bugs": {
    "url": "https://github.com/vsonix-bub/node-google-closure-tools-latest/issues"
  },
  "homepage": "https://github.com/vsonix-bub/node-google-closure-tools-latest",
  "dependencies": {
    "download": "^0.1.17",
    "mkdirp": "^0.3.5",
    "ncp": "^0.5.1",
    "path": "^0.4.9"
  }
}
