{
  "name": "weibo-spider",
  "version": "0.1.0",
  "description": "a weibo spider",
  "main": "index.js",
  "scripts": {
    "test": "mocha --slow 0 --async-only"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stiekel/weibo-spider.git"
  },
  "keywords": [
    "weibo",
    "spider"
  ],
  "author": "stiekel (histkc@gmail.com)",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/stiekel/weibo-spider/issues"
  },
  "homepage": "https://github.com/stiekel/weibo-spider#readme",
  "dependencies": {
    "cheerio": "^1.0.0-rc.3",
    "moment": "^2.25.3",
    "superagent": "^5.2.2"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "mocha": "^5.0.4"
  }
}
