Skip to content

Instantly share code, notes, and snippets.

@BretCameron
Created June 21, 2019 10:48
Show Gist options
  • Save BretCameron/499be82476aa4a75c2da7da8dc611a87 to your computer and use it in GitHub Desktop.
Save BretCameron/499be82476aa4a75c2da7da8dc611a87 to your computer and use it in GitHub Desktop.
A sample package.json file, as created by this custom npm init script: https://gist.github.com/BretCameron/24f0079bd2c546e704914b86f1b1627a
{
"name": "Custom npm init",
"version": "0.0.0",
"decription": "A test project, to demonstrate a custom npm init script.",
"main": "index.js",
"keywords": [],
"author": "Joe Bloggs <[email protected]> (joebloggs.com)",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/JoeBloggs/custom.git"
},
"bugs": {
"url": "https://github.com/JoeBloggs/custom/issues"
},
"homepage": "https://github.com/JoeBloggs/custom#readme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment