json-regulator
Version:
Manages conditional configurations by promoting and/or eliminating specific keys of a JSON value object.
45 lines (44 loc) • 984 B
JSON
{
"name": "json-regulator",
"version": "0.1.16",
"description": "Manages conditional configurations by promoting and/or eliminating specific keys of a JSON value object.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amobiz/json-regulator.git"
},
"keywords": [
"json",
"json regulator",
"assign",
"assign deep",
"conditional",
"conditional configuration",
"deep",
"gulpfriendly",
"regulate",
"regulator",
"property",
"adjust",
"adjustment",
"configuration"
],
"author": "Amobiz",
"license": "MIT",
"bugs": {
"url": "https://github.com/amobiz/json-regulator/issues"
},
"homepage": "https://github.com/amobiz/json-regulator#readme",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5",
"mocha-cases": "^0.1.5"
},
"dependencies": {
"defaults-deep": "^0.2.3",
"mixin-deep": "^1.1.3"
}
}