wishthis/node_modules/gulp-json-editor/package.json

40 lines
1,010 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "gulp-json-editor",
2023-08-17 09:47:40 +00:00
"version": "2.5.7",
2022-04-08 10:55:35 +00:00
"description": "A gulp plugin to edit JSON objects",
"license": "MIT",
"main": "./index.js",
2023-08-17 09:47:40 +00:00
"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",
2022-01-21 08:28:41 +00:00
"author": {
2023-08-17 09:47:40 +00:00
"name": "gulp-community",
"url": "https://github.com/gulp-community"
2022-01-21 08:28:41 +00:00
},
"dependencies": {
2023-08-17 09:47:40 +00:00
"deepmerge": "^4.3.1",
"detect-indent": "^6.1.0",
"js-beautify": "^1.14.8",
"plugin-error": "^2.0.1",
2022-01-21 08:28:41 +00:00
"through2": "^4.0.2"
},
"devDependencies": {
2023-08-17 09:47:40 +00:00
"eslint": "^8.45.0",
2022-01-21 08:28:41 +00:00
"eslint-config-gulp": "^5.0.1",
"gulp": "^4.0.2",
2023-08-17 09:47:40 +00:00
"mocha": "^10.2.0",
2022-01-21 08:28:41 +00:00
"should": "^13.2.3",
2023-08-17 09:47:40 +00:00
"vinyl": "^3.0.0"
2022-01-21 08:28:41 +00:00
},
"keywords": [
"gulpplugin",
"gulp",
"json"
],
"scripts": {
"eslint": "eslint *.js test/*.js",
"eslint:fix": "eslint --fix *.js test/*.js",
"test": "mocha"
2022-04-08 10:55:35 +00:00
}
2022-01-21 08:28:41 +00:00
}