{
  "name": "make-node",
  "version": "0.4.6",
  "description": "Useful makefiles for developing Node.js packages.",
  "keywords": [
    "make"
  ],
  "author": {
    "name": "Jared Hanson",
    "email": "jaredhanson@gmail.com",
    "url": "http://www.jaredhanson.net/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jaredhanson/make-node.git"
  },
  "bugs": {
    "url": "http://github.com/jaredhanson/make-node/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/MIT"
    }
  ],
  "bin" : {
    "preinstall-compat" : "./bin/preinstall-compat.sh"
  }
}
