Skip to content

Instantly share code, notes, and snippets.

@andersr
Created August 14, 2019 15:39
Show Gist options
  • Save andersr/7dad70dd18919734f9d85b56ba1d8d6d to your computer and use it in GitHub Desktop.
Save andersr/7dad70dd18919734f9d85b56ba1d8d6d to your computer and use it in GitHub Desktop.
PS Tutorial default package.json
{
"name": "my-personal-site",
"version": "1.0.0",
"main": "index.html",
"repository": "git@github.com:andersr/my-personal-site.git",
"author": "Anders <anders@anders.co>",
"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