Skip to content

Instantly share code, notes, and snippets.

@mattlockyer
Created July 6, 2017 18:25
Show Gist options
  • Save mattlockyer/2b0dd0f62f53f87644e2a90093f9eeed to your computer and use it in GitHub Desktop.
Save mattlockyer/2b0dd0f62f53f87644e2a90093f9eeed to your computer and use it in GitHub Desktop.
package.json Boilerplate
{
"name": "",
"description": "",
"version": "0.0.0",
"private": true,
"author": "Matt Lockyer",
"homepage": "",
"contributors": [ "Matt Lockyer ([email protected])" ],
"bugs": { "url": "" },
"scripts": {
"start": "node app.js"
},
"dependencies": {
},
"devDependencies": {
},
"keywords": [],
"repository": "",
"licenses": [{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment