-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 944 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
40
{
"name": "vinyl-fstream",
"version": "1.0.4",
"description": "A vinyl adapter to read from fstream into gulp pipelines",
"main": "lib/adapter.js",
"dependencies": {
"clone-stats": "0.0.1",
"fstream": "^1.0.8",
"stream-buffers": "^3.0.0",
"through2": "^2.0.0",
"vinyl": "^1.1.1"
},
"devDependencies": {
"babel": "^6.3.26",
"babel-cli": "^6.4.5",
"babel-preset-es2015": "^6.3.13",
"babel-register": "^6.4.3",
"chai": "^3.5.0",
"fstream-npm": "^1.0.7",
"mocha": "^2.4.5"
},
"scripts": {
"compile": "babel src --out-dir lib",
"pretest": "npm run compile",
"test": "mocha",
"prepublish": "npm run compile"
},
"keywords": [
"gulp",
"vinyl",
"fstream",
"fstream-npm"
],
"author": "Pablo Moleri <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pmoleri/vinyl-fstream.git"
}
}