{
  "name": "pixiv",
  "version": "0.1.0",
  "description": "Node.js library for Pixiv API",
  "main": "lib/index.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "test": "mocha --compilers coffee:coffee-script/register test/**/*.coffee",
    "prepublish": "coffee -o lib -c src"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:MisumiRize/node-pixiv.git"
  },
  "keywords": [
    "pixiv",
    "api"
  ],
  "author": "Rize MISUMI",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/MisumiRize/node-pixiv/issues"
  },
  "homepage": "https://github.com/MisumiRize/node-pixiv",
  "dependencies": {
    "bluebird": "^2.9.24",
    "csv-parse": "^0.1.0",
    "lodash": "^3.2.0",
    "superagent": "^1.1.0"
  },
  "devDependencies": {
    "chai": "^2.2.0",
    "coffee-script": "^1.9.1",
    "mocha": "^2.2.1"
  }
}
