ynakajima/png2psd

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "png2psd",
  "version": "0.9.4",
  "description": "convert PNG file to PSD file.",
  "main": "index.js",
  "scripts": {
    "test": "mocha --recursive test"
  },
  "bin": {
    "png2psd": "./bin/png2psd.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ynakajima/png2psd.git"
  },
  "keywords": [
    "png",
    "psd"
  ],
  "author": "ynakajima <yuhta.nakajima@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ynakajima/png2psd/issues"
  },
  "homepage": "https://github.com/ynakajima/png2psd",
  "dependencies": {
    "concat-frames": "^1.0.1",
    "jdataview": "^2.4.6",
    "png-stream": "^1.0.1"
  },
  "devDependencies": {
    "chai": "^1.10.0",
    "mocha": "^2.0.1"
  },
  "engines": {
    "node": "0.10.x"
  }
}