{
  "name": "to-ico",
  "version": "1.1.5",
  "description": "Convert PNG to ICO in memory",
  "license": "MIT",
  "repository": "kevva/to-ico",
  "author": {
    "name": "Kevin Martensson",
    "email": "kevinmartensson@gmail.com",
    "url": "github.com/kevva"
  },
  "engines": {
    "node": ">=4"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "buffer",
    "convert",
    "fast",
    "ico",
    "png"
  ],
  "dependencies": {
    "arrify": "^1.0.1",
    "buffer-alloc": "^1.1.0",
    "image-size": "^0.5.0",
    "parse-png": "^1.0.0",
    "resize-img": "^1.1.0"
  },
  "devDependencies": {
    "ava": "*",
    "file-type": "^4.3.0",
    "icojs": "^0.7.2",
    "pify": "^2.3.0",
    "xo": "*"
  }
}
