Skip to content

Instantly share code, notes, and snippets.

@prof3ssorSt3v3
Created October 7, 2019 17:04
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save prof3ssorSt3v3/55be499dd72aef35a19deaf8c03457ed to your computer and use it in GitHub Desktop.
Save prof3ssorSt3v3/55be499dd72aef35a19deaf8c03457ed to your computer and use it in GitHub Desktop.
{
"name": "videos",
"version": "1.0.0",
"description": "",
"main": "basic-server.js",
"dependencies": {},
"devDependencies": {
"nodemon": "^1.19.3"
},
"nodemonConfig": {
"delay": 2000,
"ignore": [
"docs/*",
"dist/*",
"*/*.css"
]
},
"scripts": {
"watch": "nodemon",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment