-
Notifications
You must be signed in to change notification settings - Fork 73
/
package.json
46 lines (46 loc) · 1.11 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
45
46
{
"name": "q-io",
"version": "1.13.6",
"description": "IO using Q promises",
"homepage": "http://github.com/kriskowal/q-io/",
"author": "Kris Kowal <[email protected]> (http://github.com/kriskowal/)",
"contributors": [
"Montage Studio",
"Stuart Knightley",
"Jean-romain Prevost",
"Andreas Pizsa (http://github.com/AndreasPizsa/)",
"Harold Thetiot"
],
"bugs": {
"mail": "[email protected]",
"url": "http://github.com/kriskowal/q-io/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/kriskowal/q-io.git"
},
"dependencies": {
"es6-set": "^0.1.1",
"mime": "^1.2.11",
"mimeparse": "^0.1.4",
"q": "^1.0.1",
"qs": "^6.9.6",
"url2": "^0.0.0"
},
"devDependencies": {
"cover": "^0.2.8",
"jasmine-node": "^3.0.0",
"jshint": "^2.9.5",
"opener": "^1.3"
},
"scripts": {
"test": "jasmine-node spec",
"test:browser": "opener spec/q-spec.html",
"lint": "jshint .",
"cover": "cover run jasmine-node spec && cover report html && opener cover_html/index.html"
},
"engines": {
"node": ">=4"
}
}