forked from gulp-community/gulp-json-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 848 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "gulp-json-editor",
"version": "2.2.1",
"description": "A gulp plugin to edit JSON object",
"license": "MIT",
"keywords": [
"gulpplugin",
"gulp",
"json"
],
"homepage": "https://github.com/morou/gulp-json-editor",
"bugs": "https://github.com/morou/gulp-json-editor/issues",
"author": {
"name": "Kazuhiro Nakae",
"email": "[email protected]",
"url": "https://github.com/morou"
},
"main": "./index.js",
"repository": {
"type": "git",
"url": "git://github.com/morou/gulp-json-editor.git"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"gulp-util": "~3.0.0",
"detect-indent": "^2.0.0",
"through2": "~0.5.0",
"js-beautify": "~1.5.4",
"deepmerge": "~0.2.7"
},
"devDependencies": {
"gulp": "*",
"mocha": "*",
"should": "*"
}
}