package.json 544 B

1234567891011121314151617181920212223
  1. {
  2. "name": "mc-proxy",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "main.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "dependencies": {
  12. "gm": "^1.23.1",
  13. "image-size": "^0.6.3",
  14. "jquery": "^3.3.1",
  15. "log4js": "^3.0.6",
  16. "mkdirp": "^0.5.1",
  17. "moment": "^2.22.2",
  18. "mustache": "^3.0.0",
  19. "mysql": "^2.16.0",
  20. "request": "^2.88.0",
  21. "thinkjs-util": ">=0.0.1"
  22. }
  23. }