mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-21 18:56:05 +10:00
43 lines
873 B
JSON
43 lines
873 B
JSON
{
|
|
"name": "reqwest",
|
|
"description": "A wrapper for asynchronous http requests",
|
|
"version": "1.1.4",
|
|
"homepage": "https://github.com/ded/reqwest",
|
|
"author": "Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)",
|
|
"filename": "reqwest.js",
|
|
"keywords": [
|
|
"ender",
|
|
"ajax",
|
|
"xhr",
|
|
"connection",
|
|
"web 2.0",
|
|
"async",
|
|
"sync"
|
|
],
|
|
"ender": "./src/ender.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ded/reqwest.git"
|
|
},
|
|
"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"
|
|
},
|
|
"npmName": "reqwest",
|
|
"npmFileMap": [
|
|
{
|
|
"basePath": "/",
|
|
"files": [
|
|
"reqwest.js",
|
|
"reqwest.min.js"
|
|
]
|
|
}
|
|
]
|
|
}
|