1234567891011121314151617181920212223 |
- {
- "name": "mc-proxy",
- "version": "1.0.0",
- "description": "",
- "main": "main.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "gm": "^1.23.1",
- "image-size": "^0.6.3",
- "jquery": "^3.3.1",
- "log4js": "^3.0.6",
- "mkdirp": "^0.5.1",
- "moment": "^2.22.2",
- "mustache": "^3.0.0",
- "mysql": "^2.16.0",
- "request": "^2.88.0",
- "thinkjs-util": ">=0.0.1"
- }
- }
|