{
  "scripts": {
    "build": "browserify browser.js -o static/bundle.js",
    "watch": "watchify browser.js -o static/bundle.js -dv"
  }
}
