Skip to content

Instantly share code, notes, and snippets.

@shrawan2015
Created February 5, 2018 10:11
Show Gist options
  • Save shrawan2015/0530b3188e75ec8250cefe7ca51666b9 to your computer and use it in GitHub Desktop.
Save shrawan2015/0530b3188e75ec8250cefe7ca51666b9 to your computer and use it in GitHub Desktop.
{
"name": "node-js-getting-started",
"version": "0.3.0",
"description": "A sample Node.js app using Express 4",
"engines": {
"node": "8.9.1"
},
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "node test.js"
},
"dependencies": {
"ejs": "^2.5.6",
"express": "^4.15.2"
},
"devDependencies": {
"request": "^2.81.0",
"tape": "^4.7.0"
},
"repository": {
"type": "git",
"url": "https://github.com/heroku/node-js-getting-started"
},
"keywords": [
"node",
"heroku",
"express"
],
"license": "MIT"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment