Showing
1 changed file
with
27 additions
and
0 deletions
package.json
0 → 100644
| 1 | +{ | ||
| 2 | + "name": "whereur", | ||
| 3 | + "version": "1.0.0", | ||
| 4 | + "description": "", | ||
| 5 | + "main": "app.js", | ||
| 6 | + "scripts": { | ||
| 7 | + "test": "echo \"Error: no test specified\" && exit 1" | ||
| 8 | + }, | ||
| 9 | + "repository": { | ||
| 10 | + "type": "git", | ||
| 11 | + "url": "ssh://git@khuhub.khu.ac.kr:12959/2019102236/WhereUR.git" | ||
| 12 | + }, | ||
| 13 | + "author": "", | ||
| 14 | + "license": "ISC", | ||
| 15 | + "dependencies": { | ||
| 16 | + "body-parser": "^1.19.0", | ||
| 17 | + "cookie-parser": "^1.4.5", | ||
| 18 | + "crypto": "^1.0.1", | ||
| 19 | + "errorhandler": "^1.5.1", | ||
| 20 | + "express": "^4.17.1", | ||
| 21 | + "express-error-handler": "^1.1.0", | ||
| 22 | + "express-session": "^1.17.1", | ||
| 23 | + "http": "0.0.1-security", | ||
| 24 | + "mongoose": "^5.9.16", | ||
| 25 | + "path": "^0.12.7" | ||
| 26 | + } | ||
| 27 | +} |
-
Please register or login to post a comment