vigour-config
Version:
Observable configuration
16 lines • 370 B
JSON
{
"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!"
}
}
}