-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 847 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
{
"name": "cacheable-fs",
"version": "0.0.3",
"description": "Cacheable file system",
"main": "lib/fs.js",
"scripts": {
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/ironikart/cacheable-fs.git"
},
"author": "Anthony Barnes",
"license": "ISC",
"dependencies": {
"bluebird": "^3.5.1",
"graceful-fs": "^4.1.2",
"memory-cache": "^0.2.0",
"mkdirp": "^0.5.1",
"string-stream": "0.0.7",
"through2": "^2.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
"map-stream": "0.0.7",
"mocha": "^5.0.5",
"rimraf": "^2.6.2"
},
"bugs": {
"url": "https://github.com/ironikart/cacheable-fs/issues"
},
"homepage": "https://github.com/ironikart/cacheable-fs#readme",
"directories": {
"lib": "lib",
"test": "test"
}
}