mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-10 05:18:04 +10:00
22 lines
370 B
JSON
22 lines
370 B
JSON
{
|
|
"name": "superagent",
|
|
"repo": "visionmedia/superagent",
|
|
"description": "awesome http requests",
|
|
"version": "0.19.0",
|
|
"keywords": [
|
|
"http",
|
|
"ajax",
|
|
"request",
|
|
"agent"
|
|
],
|
|
"scripts": [
|
|
"lib/client.js"
|
|
],
|
|
"main": "lib/client.js",
|
|
"dependencies": {
|
|
"component/emitter": "*",
|
|
"component/reduce": "*"
|
|
},
|
|
"license": "MIT"
|
|
}
|