12345678910111213141516171819 |
- {
- "name": "nodejsupload",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "body-parser": "^1.18.2",
- "express": "^4.16.2",
- "formidable": "^1.2.0",
- "mysql": "^2.15.0",
- "uuid": "^3.2.1"
- }
- }
|