lunaluna
2/11/2015 - 4:37 PM

Browser-sync 2.0.1 demo package.json

Browser-sync 2.0.1 demo package.json

{
  "name": "bs.2.0.1-sample",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "start": "browser-sync start --server --files='./*.html, ./*.css'",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "browser-sync": "^2.0.1"
  }
}