Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. {
  2. "name": "Sample Project",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "start": "nodemon index.js"
  9. },
  10. "dependencies": {
  11. "body-parser": "1.19.0",
  12. "express": "3.2.4",
  13. "morgan": "1.9.1",
  14. },
  15. "author": "Vishal Gupta",
  16. "license": "ISC"
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement