Skip to content

Instantly share code, notes, and snippets.

@alvincrespo
Last active December 26, 2015 08:29
Show Gist options
  • Save alvincrespo/7123062 to your computer and use it in GitHub Desktop.
Save alvincrespo/7123062 to your computer and use it in GitHub Desktop.
Sample package.json
{
"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": ""
}
}
@alvincrespo
Copy link
Author

For documentation on the package.json check out https://npmjs.org/doc/files/package.json.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment