123456789101112131415161718192021222324 |
- {
- "name": "CocoRoboQuery",
- "version": "1.0.0",
- "description": "",
- "main": "app.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "https://git.cocorobo.hk/jack/CocoRoboQuery.git"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "dependencies": {
- "body-parser": "^1.19.0",
- "express": "^4.17.1",
- "morgan": "^1.10.0",
- "mysql": "^2.18.1",
- "path": "^0.12.7",
- "request": "^2.88.2"
- }
- }
|