1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "weibo-reptile",
- "version": "1.0.0",
- "description": "weibo reptile",
- "main": "main.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/zhu-zhu/weibo-reptile.git"
- },
- "keywords": [
- "kangna",
- "reptile"
- ],
- "author": "kangna",
- "license": "ISC",
- "bugs": {
- "url": "https://github.com/zhu-zhu/weibo-reptile/issues"
- },
- "homepage": "https://github.com/zhu-zhu/weibo-reptile#readme",
- "dependencies": {
- "axios": "^0.18.0",
- "body-parser": "^1.18.3",
- "cheerio": "^1.0.0-rc.2",
- "express": "^4.16.4",
- "mysql": "^2.16.0",
- "node-schedule": "^1.3.0"
- }
- }
|