Created
August 14, 2019 15:39
-
-
Save andersr/7dad70dd18919734f9d85b56ba1d8d6d to your computer and use it in GitHub Desktop.
PS Tutorial default package.json
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": "my-personal-site", | |
"version": "1.0.0", | |
"main": "index.html", | |
"repository": "[email protected]:andersr/my-personal-site.git", | |
"author": "Anders <[email protected]>", | |
"license": "MIT", | |
"devDependencies": { | |
"live-server": "^1.2.1" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment