Created
July 6, 2017 18:25
-
-
Save mattlockyer/2b0dd0f62f53f87644e2a90093f9eeed to your computer and use it in GitHub Desktop.
package.json Boilerplate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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