Skip to content

Instantly share code, notes, and snippets.

@twhite96
Created September 17, 2016 07:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save twhite96/398ad15d7139c42391048176c7131b82 to your computer and use it in GitHub Desktop.
Save twhite96/398ad15d7139c42391048176c7131b82 to your computer and use it in GitHub Desktop.
e-commerce site package.json file
{
"name": "cs0134-ecommerce-site",
"version": "1.0.0",
"description": "site for cs0134",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Tiffany White",
"license": "ISC",
"devDependencies": {
"express": "^4.14.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment