forked from gulpjs/glob-stream
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.03 KB
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
42
43
{
"name": "glob-stream",
"description": "File system globs as a stream",
"version": "5.0.0",
"repository": "wearefractal/glob-stream",
"author": "Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
"files": [
"index.js"
],
"dependencies": {
"extend": "^3.0.0",
"glob": "^5.0.3",
"minimatch": "^2.0.1",
"ordered-read-streams": "^0.3.0",
"glob2base": "^0.0.12",
"unique-stream": "^2.0.2",
"through2": "^0.6.0"
},
"devDependencies": {
"coveralls": "^2.11.2",
"istanbul": "^0.3.0",
"istanbul-coveralls": "^1.0.1",
"jshint": "^2.5.10",
"mocha": "^2.0.0",
"mocha-lcov-reporter": "0.0.2",
"rimraf": "^2.2.5",
"should": "^7.1.0",
"stream-sink": "^1.2.0"
},
"scripts": {
"test": "jshint && mocha",
"coveralls": "istanbul cover _mocha --report lcovonly && istanbul-coveralls"
},
"engines": {
"node": ">= 0.9"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/wearefractal/glob-stream/raw/master/LICENSE"
}
]
}