-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
35 lines (35 loc) · 884 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
34
35
{
"name": "q-http",
"version": "0.1.16",
"description": "Q promise based HTTP client and server interface",
"homepage": "http://github.com/kriskowal/q-http/",
"author": "Kris Kowal <kris@cixar.com> (http://github.com/kriskowal/)",
"bugs": {
"mail": "kris@cixar.com",
"url": "http://github.com/kriskowal/q-http/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/kriskowal/q-http/raw/master/LICENSE"
}
],
"main": "q-http.js",
"dependencies": {
"q": "0.8.x",
"q-io": "0.0.x"
},
"devDependencies": {
"test": "0.4.1"
},
"scripts": {
"test": "node test/all.js"
},
"repository": {
"type": "git",
"url": "http://github.com/kriskowal/q-http.git"
},
"engines": {
"node": ">=0.4.0"
}
}