39 lines
1,010 B
JSON
39 lines
1,010 B
JSON
{
|
|
"name": "gulp-json-editor",
|
|
"version": "2.5.7",
|
|
"description": "A gulp plugin to edit JSON objects",
|
|
"license": "MIT",
|
|
"main": "./index.js",
|
|
"homepage": "https://github.com/gulp-community/gulp-json-editor#readme",
|
|
"bugs": "https://github.com/gulp-community/gulp-json-editor/issues",
|
|
"repository": "https://github.com/gulp-community/gulp-json-editor.git",
|
|
"author": {
|
|
"name": "gulp-community",
|
|
"url": "https://github.com/gulp-community"
|
|
},
|
|
"dependencies": {
|
|
"deepmerge": "^4.3.1",
|
|
"detect-indent": "^6.1.0",
|
|
"js-beautify": "^1.14.8",
|
|
"plugin-error": "^2.0.1",
|
|
"through2": "^4.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.45.0",
|
|
"eslint-config-gulp": "^5.0.1",
|
|
"gulp": "^4.0.2",
|
|
"mocha": "^10.2.0",
|
|
"should": "^13.2.3",
|
|
"vinyl": "^3.0.0"
|
|
},
|
|
"keywords": [
|
|
"gulpplugin",
|
|
"gulp",
|
|
"json"
|
|
],
|
|
"scripts": {
|
|
"eslint": "eslint *.js test/*.js",
|
|
"eslint:fix": "eslint --fix *.js test/*.js",
|
|
"test": "mocha"
|
|
}
|
|
}
|