{
  "name": "nclosureultimate",
  "description": "Server-side Google Closure with Node.js",
  "author": "Gary <contact@tallstrreet.com>",
  "url":"https://github.com/tallstreet/nclosure",
  "directories": {
    "lib": "./lib",
    "lib": "./third_party",
    "bin": "./bin",
    "example": "./examples"
  },
  "dependencies":{
    "cli":"*"
  },
  "main": "./lib/nclosure",
  "version": "0.5.0",
  "engines": { "node": ">=0.3.0-pre" },
  "repository": { "type": "git",
                 "url" : "git://github.com/gatapia/nclosure.git" },
  "licenses": [ { "type": "Apache License, Version 2.0",
                 "url": "http://www.apache.org/licenses/LICENSE-2.0" } ]
}
