-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 874 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
41
{
"name": "vinyl-fs-fake",
"version": "1.1.1",
"description": "Vinyl adapter for the file system that accepts fakes",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/callumacrae/vinyl-fs-fake"
},
"keywords": [
"vinyl",
"file",
"fs",
"fake",
"mock",
"test"
],
"authors": [
"Callum Macrae <[email protected]>",
"Níckolas Goline <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/callumacrae/vinyl-fs-fake/issues"
},
"homepage": "https://github.com/callumacrae/vinyl-fs-fake",
"dependencies": {
"through2": "^0.6.3",
"vinyl": "^0.4.6",
"vinyl-fs": "^2.4.4"
},
"devDependencies": {
"del": "^1.2.1",
"graceful-fs": "^3.0.5",
"mocha": "^2.5.3",
"should": "^5.0.0"
}
}