Skip to content

Instantly share code, notes, and snippets.

@Davisonpro
Last active January 13, 2019 10:32
Show Gist options
  • Save Davisonpro/c63263a62a3564c9ef2b09e7687706b2 to your computer and use it in GitHub Desktop.
Save Davisonpro/c63263a62a3564c9ef2b09e7687706b2 to your computer and use it in GitHub Desktop.
Nodejs SSL
{
"name": "nodejs-sll",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index.js"
},
"keywords": [],
"author": "I am a pro",
"license": "ISC",
"dependencies": {
"chalk": "^2.4.2",
"express": "^4.16.4"
},
"devDependencies": {
"nodemon": "^1.18.9"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment