Advertisement
mmmarete

Marytest1_package.json

Oct 19th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.39 KB | None | 0 0
  1. {
  2.   "name": "helloworldapp",
  3.   "version": "1.0.0",
  4.   "description": "Hello world at gigs guide test",
  5.   "main": "app.js",
  6.   "scripts": {
  7.     "test": "echo \"Error: no test specified\" && exit 1"
  8.   },
  9.   "keywords": [
  10.     "gigs",
  11.     "guide",
  12.     "gigsguide"
  13.   ],
  14.   "author": "Mary Marete",
  15.   "license": "ISC",
  16.   "dependencies": {
  17.     "ejs": "^2.7.1",
  18.     "express": "^4.17.1"
  19.   }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement