gulp-json-modifier
Version:
A simple gulp plugin to modify JSON objects
38 lines (37 loc) • 946 B
JSON
{
"name": "gulp-json-modifier",
"version": "1.0.0",
"description": "A simple gulp plugin to modify JSON objects",
"license": "MIT",
"main": "./index.js",
"homepage": "https://github.com/lehni/gulp-json-modifier-simple#readme",
"bugs": "https://github.com/lehni/gulp-json-modifier-simple/issues",
"repository": "https://github.com/lehni/gulp-json-modifier-simple.git",
"author": {
"name": "Jürg Lehni",
"url": "https://github.com/lehni"
},
"dependencies": {
"deepmerge": "^4.2.1",
"plugin-error": "^1.0.1",
"through2": "^3.0.1"
},
"devDependencies": {
"eslint": "^6.5.1",
"eslint-config-gulp": "^3.0.1",
"gulp": "^4.0.2",
"mocha": "^6.2.2",
"should": "^13.2.3",
"vinyl": "^2.2.0"
},
"keywords": [
"gulpplugin",
"gulp",
"json"
],
"scripts": {
"eslint": "eslint *.js test/*.js",
"eslint:fix": "eslint --fix *.js test/*.js",
"test": "mocha"
}
}