forked from ded/reqwest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1 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
50
51
52
{
"name": "reqwest",
"description": "A wrapper for asynchronous http requests",
"keywords": [
"ender",
"ajax",
"xhr",
"connection",
"web 2.0",
"async",
"sync"
],
"version": "2.0.5",
"homepage": "https://github.com/ded/reqwest",
"author": "Dustin Diaz <[email protected]> (http://dustindiaz.com)",
"repository": {
"type": "git",
"url": "https://github.com/ded/reqwest.git"
},
"main": "./reqwest.js",
"ender": "./src/ender.js",
"browser": {
"xhr2": false
},
"devDependencies": {
"connect": "1.8.x",
"mime": "1.x.x",
"sink-test": ">=0.1.2",
"dispatch": "0.x.x",
"valentine": ">=1.4.7",
"smoosh": "0.4.0",
"delayed-stream": "0.0.5",
"bump": "0.2.3"
},
"scripts": {
"boosh": "smoosh make ./build.json",
"test": "node ./test.js"
},
"license": "MIT",
"spm": {
"main": "reqwest.js",
"ignore": [
"vendor",
"test",
"make"
]
},
"files": [
"reqwest.js",
"reqwest.min.js"
]
}