{
  "name": "png-js",
  "description": "A PNG decoder in CoffeeScript",
  "version": "0.1.1",
  "author": {
      "name": "Devon Govett",
      "email": "devongovett@gmail.com",
      "url": "http://badassjs.com/"
  },
  "repository": {
      "type": "git",
      "url": "https://github.com/devongovett/png.js.git"
  },
  "bugs": "http://github.com/devongovett/png.js/issues",
  "devDependencies": {
      "coffee-script": ">=1.0.1"
  },
  "scripts": {
      "prepublish": "coffee -c png-node.coffee"
  },
  "main": "png-node.js",
  "engine": [ "node >= v0.6.0" ]

,"_resolved": "https://registry.npmjs.org/png-js/-/png-js-0.1.1.tgz"
,"_integrity": "sha1-HMfCEjA6yr50Jj7DrHgAlYAkLZM="
,"_from": "png-js@0.1.1"
}