Created
June 21, 2019 10:48
-
-
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
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": "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