mirror of
https://github.com/wishthis/wishthis.git
synced 2025-12-26 08:48:18 -05:00
40 lines
1011 B
JSON
40 lines
1011 B
JSON
{
|
|
"name": "gulp-json-editor",
|
|
"version": "2.6.0",
|
|
"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.11",
|
|
"plugin-error": "^2.0.1",
|
|
"through2": "^4.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.56.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"
|
|
}
|
|
}
|