{
  "name": "config-example",
  "dependencies": {
    "something": "1.2.3"
  },
  "vigour": {
    "package-setting": {
      "val": "yes",
      "description": "this is an example of a setting read from the package.json file"
    },
    "overwritten-setting": {
      "val": 1,
      "description": "this value is 1 in the package, but you can overwrite it!"
    }
  }
}