forked from ladjs/superagent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.04 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
47
48
49
{
"name": "superagent",
"version": "0.15.7",
"description": "elegant & feature rich browser / node HTTP with a fluent API",
"keywords": [
"http",
"ajax",
"request",
"agent"
],
"author": "TJ Holowaychuk <[email protected]>",
"contributors": [
"Hunter Loftis <[email protected]>"
],
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/superagent.git"
},
"dependencies": {
"qs": "0.6.5",
"formidable": "1.0.14",
"mime": "1.2.5",
"emitter-component": "1.0.0",
"methods": "0.0.1",
"cookiejar": "1.3.0",
"debug": "~0.7.2",
"reduce-component": "1.0.1"
},
"devDependencies": {
"express": "3.3.1",
"better-assert": "~0.1.0",
"should": "1.3.0",
"mocha": "*"
},
"browser": {
"./lib/node/index.js": "./lib/client.js",
"emitter": "emitter-component",
"reduce": "reduce-component"
},
"component": {
"scripts": {
"superagent": "lib/client.js"
}
},
"main": "./lib/node/index.js",
"engines": {
"node": "*"
}
}