{ "name": "psd", "version": "0.4.5", "description": "A Photoshop file format (PSD) parser written in Coffeescript/Javascript", "homepage": "http://meltingice.github.com/psd.js/", "author": "Ryan LeFevre (http://meltingice.net/)", "main": "./lib/psd.js", "repository": { "type": "git", "url": "https://github.com/meltingice/psd.js.git" }, "engines": { "node": ">= 0.5.5" }, "dependencies": { "png": ">= 2.1.1" }, "devDependencies": { "jsmin": "1.0.1", "coffee-script": "> 1.1.0", "nodeunit": ">= 0.7.4", "glob": ">= 3.1.9", "png-js": ">= 0.1.0", "docco": ">= 0.3.0" }, "bugs": { "url": "https://github.com/meltingice/psd.js/issues" }, "scripts": { "test": "cake test" } }