gulp-json-editor
Version:
A gulp plugin to edit JSON objects
39 lines (38 loc) • 890 B
JSON
{
"name": "gulp-json-editor",
"version": "2.4.2",
"description": "A gulp plugin to edit JSON objects",
"license": "MIT",
"main": "./index.js",
"homepage": "https://github.com/rejas/gulp-json-editor#readme",
"bugs": "https://github.com/rejas/gulp-json-editor/issues",
"repository": "https://github.com/rejas/gulp-json-editor.git",
"author": {
"name": "rejas",
"url": "https://github.com/rejas"
},
"dependencies": {
"deepmerge": "^2.1.1",
"detect-indent": "^5.0.0",
"js-beautify": "^1.7.5",
"plugin-error": "^1.0.1",
"through2": "^2.0.3"
},
"devDependencies": {
"gulp": "^4.0.0",
"mocha": "^5.2.0",
"should": "^13.2.1",
"vinyl": "^2.2.0"
},
"engines": {
"node": ">=6"
},
"keywords": [
"gulpplugin",
"gulp",
"json"
],
"scripts": {
"test": "mocha"
}
}