{
  "name": "cropng",
  "version": "0.1.1",
  "description": "png cropping tool",
  "homepage": "https://github.com/dylanfoster/cropng",
  "repository": {
    "type": "git",
    "url": "git@github.com:dylanfoster/cropng.git"
  },
  "author": {
    "name": "Dylan Foster",
    "email": "dylan947@gmail.com",
    "url": ""
  },
  "main": "./index.js",
  "keywords": [
    "crop",
    "image",
    "png"
  ],
  "devDependencies": {
    "babel": "^5.6.14",
    "chai": "^3.0.0",
    "coveralls": "^2.11.2",
    "esdoc": "^0.1.2",
    "eslint-config-unstandard": "^1.1.0",
    "gulp": "^3.6.0",
    "gulp-babel": "^5.1.0",
    "gulp-eslint": "^0.15.0",
    "gulp-istanbul": "^0.10.0",
    "gulp-mocha": "^2.0.0",
    "gulp-plumber": "^1.0.0",
    "isparta": "^3.0.3",
    "mocha": "^2.2.5"
  },
  "scripts": {
    "prepublish": "node_modules/.bin/gulp",
    "test": "node_modules/.bin/_mocha --compilers js:babel/register --recursive",
    "test:cover": "node_modules/.bin/gulp",
    "test:watch": "node_modules/.bin/_mocha --compilers js:babel/register --recursive --watch"
  },
  "license": "MIT",
  "dependencies": {
    "exists-sync": "0.0.3",
    "file-type": "^2.7.0",
    "node-png": "^0.4.3",
    "read-chunk": "^1.0.1",
    "stream-to-buffer": "^0.1.0"
  }
}
