lunaluna
12/11/2014 - 6:37 AM

Browser-sync package.json

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'"
  }
}