forked from iriscouch/browser-request
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 891 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
45
{
"name": "browser-request",
"version": "0.3.2",
"author": {
"name": "Jason Smith",
"email": "[email protected]"
},
"description": "Browser port of the Node.js 'request' package",
"keywords": [
"request",
"http",
"browser",
"browserify"
],
"homepage": "http://github.com/iriscouch/browser-request",
"repository": {
"type": "git",
"url": "git://github.com/iriscouch/browser-request"
},
"scripts": {
"test": "beefy test.js"
},
"devDependencies": {
"tape": "~1.0.4",
"beefy": "~0.4.0",
"browserify": "~2.25.0"
},
"engines": [
"node"
],
"testling": {
"files": "test.js",
"browsers": [
"ie/6..latest",
"firefox/3..5",
"firefox/19..nightly",
"chrome/4..7",
"chrome/24..canary",
"opera/10..next",
"safari/4..latest",
"iphone/6",
"ipad/6"
]
}
}