forked from Pictela/gulp-token-replace
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 848 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 848 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-token-replace",
"version": "1.3.1",
"description": "A token replace plugin for gulp",
"main": "index.js",
"devDependencies": {
"gulp": "^4.0.0",
"mocha": "^5.2.0",
"should": "~11.2.x"
},
"dependencies": {
"concat-stream": "~1.6.x",
"plugin-error": "~1.0.x",
"through2": "^4.0.2"
},
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/Pictela/gulp-token-replace.git"
},
"keywords": [
"gulpplugin",
"replace",
"token",
"JSON"
],
"author": {
"name": "Martin Wojtala",
"email": "martin.wojtala@oath.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Pictela/gulp-token-replace/issues"
},
"engines": {
"node": ">=4.0.0"
},
"readmeFilename": "README.md"
}