{
  "restartable": "rs",
  "ignore": [
    ".git",
    "public/**/*",
    "node_modules/**/*"
  ],
  "verbose": true,
  "execMap": {
    "js": "node --harmony"
  },
  "watch": [

  ],
  "env": {
    "NODE_ENV": "development"
  },
  "ext": "js json"
}
