json-config-transform
Version:
Transform JSON config files by environment.
32 lines (31 loc) • 747 B
JSON
{
"name": "json-config-transform",
"version": "1.0.0",
"description": "Transform JSON config files by environment.",
"homepage": "https://github.com/sethsteenken/json-config-transform",
"author": {
"name": "Seth Steenken",
"url": "https://github.com/sethsteenken"
},
"keywords": [
"web",
"environments",
"configuration",
"appsettings",
"build",
"CI",
"transform"
],
"repository": {
"type": "git",
"url": "git://github.com/sethsteenken/json-config-transform.git"
},
"bugs": {
"url": "https://github.com/sethsteenken/json-config-transform/issues"
},
"license": "MIT",
"main": "index.js",
"dependencies": {
"plugin-error": "1.0.1"
}
}