Skip to content

Instantly share code, notes, and snippets.

@bchiang7
Last active June 20, 2018 20:18
Show Gist options
  • Save bchiang7/2c4953b529a58971818c260b1235cbab to your computer and use it in GitHub Desktop.
Save bchiang7/2c4953b529a58971818c260b1235cbab to your computer and use it in GitHub Desktop.
{
"name": "boilerplate",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start" : "browser-sync start --server --files '*.css, *.html, *.js'"
},
"author": "",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.18.7"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment