Skip to content

Instantly share code, notes, and snippets.

@Alexgalinier
Last active March 14, 2018 07:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Alexgalinier/09382e1af23a4b1625b4d22a36463958 to your computer and use it in GitHub Desktop.
Save Alexgalinier/09382e1af23a4b1625b4d22a36463958 to your computer and use it in GitHub Desktop.
package.json skeleton
{
"name": "...",
"version": "1.0.0",
"description": "...",
"main": "index.js",
"scripts": {
"build": "...",
"test": "...",
"deploy": "..."
},
"homepage": "https://...",
"keywords": ["..."],
"repository": {
"type": "git",
"url": "git+https://github.com/...git"
},
"bugs": {
"url": "https://github.com/t..."
},
"author": "Alexgalinier",
"license": "MIT",
"engines": {
"node": ">=8"
},
"files": [".."]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment