forked from kriskowal/q-io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.05 KB
/
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
42
43
44
{
"name": "q-io",
"version": "1.10.1",
"description": "IO using Q promises",
"homepage": "http://github.com/kriskowal/q-io/",
"author": "Kris Kowal <[email protected]> (http://github.com/kriskowal/)",
"bugs": {
"mail": "[email protected]",
"url": "http://github.com/kriskowal/q-io/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/kriskowal/q-io/raw/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "http://github.com/kriskowal/q-io.git"
},
"dependencies": {
"q": "~0.9.7",
"qs": "~0.1.0",
"url2": "~0.0.0",
"mime": "~1.2.11",
"mimeparse": "~0.1.4",
"collections": "~0.2.0"
},
"devDependencies": {
"jshint": "~0.9.1",
"cover": "~0.2.8",
"jasmine-node": "~1.7",
"opener": "~1.3"
},
"scripts": {
"test": "jasmine-node spec",
"test-browser": "opener spec/q-spec.html",
"lint": "jshint q.js",
"cover": "cover run jasmine-node spec && cover report html && opener cover_html/index.html"
},
"engines": {
"node": ">=0.6.0"
}
}