package.json 511 B

1234567891011121314151617181920212223
  1. {
  2. "name": "fdageserver",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "dependencies": {
  12. "busboy": "^0.2.14",
  13. "koa": "^2.5.1",
  14. "koa-bodyparser": "^4.2.1",
  15. "koa-mysql-session": "0.0.2",
  16. "koa-router": "^7.4.0",
  17. "koa-session-minimal": "^3.0.4",
  18. "koa-static": "^5.0.0",
  19. "mysql": "^2.15.0",
  20. "nodemailer": "^4.6.7",
  21. "qiniu": "^7.2.1"
  22. }
  23. }