forked from idx3d/co-request
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 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
36
37
38
39
40
41
42
43
44
{
"name": "co-request",
"description": "co-request thunkify wrapper for request",
"main": "./",
"author": {
"name": "Dennis Leukhin",
"email": "[email protected]",
"url": "leukhin.org"
},
"version": "0.2.0",
"scripts": {
"test": "node_modules/.bin/mocha --harmony test/test.js"
},
"keywords": [
"thunks",
"request",
"rest",
"koa",
"co",
"generators"
],
"repository": {
"type": "git",
"url": "https://github.com/leukhin/co-request.git"
},
"bugs": {
"url": "https://github.com/leukhin/co-request/issues"
},
"dependencies": {
"request": "2.53.0"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/leukhin/co-request/raw/master/LICENSE"
}
],
"devDependencies": {
"co": "~3.0.2",
"nock": "~0.27.1",
"chai": "~1.8.1",
"mocha": "~1.16.2"
}
}