UNPKG

868 BJSONView Raw
1{
2 "name": "q-fs",
3 "version": "0.1.24",
4 "description": "Q Promise wrappers for Node's file system.",
5 "homepage": "http://github.com/kriskowal/q-fs/",
6 "author": "Kris Kowal <kris@cixar.com> (http://github.com/kriskowal/)",
7 "bugs": {
8 "mail": "kris@cixar.com",
9 "url": "http://github.com/kriskowal/q-fs/issues"
10 },
11 "licenses": [
12 {
13 "type": "MIT",
14 "url": "http://github.com/kriskowal/q-fs/raw/master/LICENSE"
15 }
16 ],
17 "main": "q-fs.js",
18 "dependencies": {
19 "q": "0.8.2",
20 "qq": "0.3.4",
21 "q-io": "0.0.12",
22 "fs-boot": "0.0.8"
23 },
24 "devDependencies": {
25 "test": "0.1.1"
26 },
27 "repository": {
28 "type": "git",
29 "url": "http://github.com/kriskowal/q-fs.git"
30 },
31 "scripts": {
32 "test": "node test/all.js"
33 }
34}