-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 928 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 928 Bytes
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
39
40
41
{
"name": "gulp-json-replace",
"version": "1.0.9",
"description": "Replace String From A JSON File.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/chenjuneking/gulp-json-replace.git"
},
"keywords": [
"gulpplugin",
"replace",
"gulp replace",
"file replace",
"json replace"
],
"author": {
"name": "jacketchen",
"email": "342115615@qq.com",
"url": "https://github.com/chenjuneking"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/chenjuneking/gulp-json-replace/issues"
},
"engines": {
"node": ">=0.10"
},
"homepage": "https://github.com/chenjuneking/gulp-json-replace",
"dependencies": {
"through2": "0.6.3",
"replacestream": "2.0.0"
},
"devDependencies": {
"replacestream": "2.0.0",
"through2": "0.6.3"
}
}