UNPKG

696 BJSONView Raw
1{
2 "name": "fs-promise",
3 "version": "0.5.0",
4 "description": "Filesystem methods as promises with fs-extra",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/kevinbeaty/fs-promise.git"
12 },
13 "keywords": [
14 "promise",
15 "fs",
16 "file",
17 "file system"
18 ],
19 "author": "Kevin Beaty",
20 "license": "MIT",
21 "dependencies": {
22 "any-promise": "^1.0.0",
23 "fs-extra": "^0.26.5",
24 "mz": "^2.3.1",
25 "thenify-all": "^1.6.0"
26 },
27 "devDependencies": {
28 "mocha": "~2.4.2",
29 "es6-promise": "~3.0.2",
30 "rsvp": "~3.1.0",
31 "bluebird": "~3.1.5",
32 "when": "~3.7.7",
33 "q": "~1.4.1"
34 }
35}