{
  "name": "psd-parser",
  "version": "0.1.6",
  "description": "Parse psd and output a json obj",
  "main": "index.js",
  "directories": {
    "example": "example"
  },
  "dependencies": {
    "iconv-lite": "^0.4.4",
    "jspack": "^0.0.3",
    "pngjs": "^0.4.0",
    "parse-engine-data": "^0.1.2"
  },
  "devDependencies": {},
  "repository": {
    "type": "git",
    "url": "https://github.com/imgqb/psd-parser.git"
  },
  "keywords": [
    "psd",
    "parser"
  ],
  "author": "imgqb",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/imgqb/psd-parser/issues"
  },
  "homepage": "https://github.com/imgqb/psd-parser",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}
