-
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) · 919 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 919 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-text-simple",
"version": "0.6.0",
"description": "simple creation of Gulp transformations for text files",
"main": "src/index.js",
"files": [
"src"
],
"scripts": {
"test": "mocha"
},
"repository": "mastersign/gulp-text-simple",
"keywords": [
"gulp",
"task",
"factory"
],
"author": {
"name": "Tobias Kiertscher",
"email": "dev@mastersign.de",
"url": "http://www.mastersign.de"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mastersign/gulp-text-simple/issues",
"email": "dev@mastersign.de"
},
"homepage": "https://github.com/mastersign/gulp-text-simple#readme",
"dependencies": {
"lodash": "^4.17.21",
"readable-stream": "^4.5.2",
"through2": "^4.0.2"
},
"devDependencies": {
"async": "^3.0.0",
"del": "^6.0.0",
"event-stream": "3.3.4",
"mocha": "^10.0.0",
"vinyl": "^2.2.0"
}
}