-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
39 lines (39 loc) · 894 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
39
{
"name": "vinyl-source-stream",
"description": "Use conventional text streams at the start of your gulp or vinyl pipelines",
"version": "2.0.0",
"main": "index.js",
"browser": "index.js",
"dependencies": {
"vinyl": "^2.1.0",
"through2": "^2.0.3"
},
"devDependencies": {
"gulp-rename": "~0.2.1",
"tape": "~2.3.2",
"vinyl-fs": "^3.0.0"
},
"scripts": {
"test": "node test"
},
"author": "Hugh Kennedy <[email protected]> (http://hughsk.io/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/hughsk/vinyl-source-stream"
},
"bugs": {
"url": "https://github.com/hughsk/vinyl-source-stream/issues"
},
"homepage": "https://github.com/hughsk/vinyl-source-stream",
"keywords": [
"vinyl",
"gulp",
"gulpfriendly",
"vanilla",
"stream",
"string",
"text",
"classic"
]
}