1234567891011121314151617181920212223 |
- {
- "name": "fdageserver",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "busboy": "^0.2.14",
- "koa": "^2.5.1",
- "koa-bodyparser": "^4.2.1",
- "koa-mysql-session": "0.0.2",
- "koa-router": "^7.4.0",
- "koa-session-minimal": "^3.0.4",
- "koa-static": "^5.0.0",
- "mysql": "^2.15.0",
- "nodemailer": "^4.6.7",
- "qiniu": "^7.2.1"
- }
- }
|