Last active
December 26, 2015 08:29
-
-
Save alvincrespo/7123062 to your computer and use it in GitHub Desktop.
Sample package.json
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": "", | |
"version": "", | |
"description": "", | |
"keywords": [], | |
"homepage": "", | |
"bugs": { | |
"url": "", | |
"email": "" | |
}, | |
"license": "", | |
"author": { | |
"name": "", | |
"email": "", | |
"url": "" | |
}, | |
"files": [], | |
"bin": {}, | |
"repository": { | |
"type": "", | |
"url": "" | |
}, | |
"config": {}, | |
"dependencies": {}, | |
"devDependencies": {}, | |
"bundledDependencies": {}, | |
"engines": { | |
"node": "", | |
"npm": "" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For documentation on the package.json check out https://npmjs.org/doc/files/package.json.html