Skip to content

Instantly share code, notes, and snippets.

@lunaluna
Created December 11, 2014 06:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lunaluna/28e47899c505f0948572 to your computer and use it in GitHub Desktop.
Save lunaluna/28e47899c505f0948572 to your computer and use it in GitHub Desktop.
Browser-sync package.json
{
"name": "project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"browser-sync": "^1.7.2"
},
"scripts": {
"start": "browser-sync start --server --files='./*.html,./*.css'"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment