Skip to content

Instantly share code, notes, and snippets.

@t-palmer
Last active April 14, 2018 13:45
Show Gist options
  • Save t-palmer/d4d0fdaf143271d747a3205d03e6c458 to your computer and use it in GitHub Desktop.
Save t-palmer/d4d0fdaf143271d747a3205d03e6c458 to your computer and use it in GitHub Desktop.
Example package.json file for lite-server
{
"name": "lite",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "lite-server"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"lite-server": "^2.3.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment