Last active
March 14, 2018 07:23
-
-
Save Alexgalinier/09382e1af23a4b1625b4d22a36463958 to your computer and use it in GitHub Desktop.
package.json skeleton
This file contains 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": "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