-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
33 lines (33 loc) · 844 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
{
"name": "q-fs",
"version": "0.1.36",
"description": "Q Promise wrappers for Node's file system.",
"homepage": "http://github.com/kriskowal/q-fs/",
"author": "Kris Kowal <[email protected]> (http://github.com/kriskowal/)",
"bugs": {
"mail": "[email protected]",
"url": "http://github.com/kriskowal/q-fs/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/kriskowal/q-fs/raw/master/LICENSE"
}
],
"main": "q-fs.js",
"dependencies": {
"q": "0.8.x",
"q-io": "0.0.x",
"fs-boot": "0.0.x"
},
"devDependencies": {
"test": "0.1.1"
},
"repository": {
"type": "git",
"url": "http://github.com/kriskowal/q-fs.git"
},
"scripts": {
"test": "node test/all.js"
}
}