expressApp
Showing
with
493 additions
and
0 deletions
expressApp/index.html
0 → 100644
expressApp/index.js
0 → 100644
expressApp/package-lock.json
0 → 100644
expressApp/package.json
0 → 100644
| { | ||
| "name": "expressapp", | ||
| "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", | ||
| "path": "^0.12.7" | ||
| } | ||
| } |
Please
register
or
sign in
to comment