{
  "name": "simple-cw-node",
  "version": "0.2.0",
  "description": "A simple ChatWork API client for Node.js (UNOFFICIAL)",
  "main": "lib/chatwork.js",
  "scripts": {
    "start": "node ./bootstrap"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/astronaughts/simple-cw-node"
  },
  "dependencies": {
    "lodash": "^4.17.10",
    "superagent": "^3.8.3",
    "underscore.deferred": "~0.4.0"
  },
  "keywords": [
    "chatwork",
    "api"
  ],
  "author": "astronaughts",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/astronaughts/simple-cw-node/issues"
  }
}
