{
  "name": "node-pnglib",
  "version": "1.6.0",
  "description": "Pure Javascript lib for generate PNG with backend Node.js.",
  "main": "./lib/pnglib.js",
  "engines": {
    "node": ">=4.4.0"
  },
  "typings": "./index.d.ts",
  "scripts": {
    "build": "babel src/ -d lib/",
    "dev": "babel src/ --watch -d lib/",
    "benchmark": "node bench/test",
    "test": "mocha --reporter spec",
    "coveralls": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Lellansin/node-pnglib.git"
  },
  "keywords": [
    "pictrue",
    "png",
    "pnglib",
    "backend"
  ],
  "author": "lellansin",
  "contributors": [
    {
      "name": "geemo",
      "email": "153330685@qq.com"
    }
  ],
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/Lellansin/node-pnglib/issues"
  },
  "homepage": "https://github.com/Lellansin/node-pnglib#readme",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-2": "^6.24.1",
    "benchmark": "^2.1.4",
    "coveralls": "^2.13.1",
    "istanbul": "^0.4.5",
    "mocha": "^3.4.2",
    "pnglib": "0.0.1",
    "pnglib-es6": "^1.0.1",
    "should": "^11.2.1"
  },
  "dependencies": {
    "color-name": "^1.1.3"
  }
}
