{
  "name": "gclosure",
  "version": "0.8.0",
  "description": "Google Closure Compiler and Stylesheets",
  "main": "index.js",
  "scripts": {
    "install": "sbin/closure-download",
    "test": "mocha -R spec tests/runner.js"
  },
  "bin": {
    "closure-compiler": "bin/closure-compiler",
    "closure-stylesheets": "bin/closure-stylesheets"
  },
  "repository": {
    "type": "mercurial",
    "url": "https://bitbucket.org/ntakimura/gclosure"
  },
  "dependencies": {
    "commander":"*",
    "adm-zip": ">= 0.4.2"
  },
  "keywords": [
    "google",
    "closure",
    "compiler",
    "stylesheets"
  ],
  "author": "Naoki Takimura",
  "licenses": [
    {
      "type": "WTFPL",
      "url": "http://www.wtfpl.net/txt/copying/"
    }
  ]
}
