36 lines
762 B
JSON
36 lines
762 B
JSON
{
|
|
"name": "browser-request",
|
|
"version": "0.3.3",
|
|
"author": {
|
|
"name": "Jason Smith",
|
|
"email": "jhs@iriscouch.com"
|
|
},
|
|
"description": "Browser port of the Node.js 'request' package",
|
|
"homepage": "http://github.com/iriscouch/browser-request",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/iriscouch/browser-request"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
} |