ask
Version:
A simple, chainable way to construct HTTP requests in Node or the browser
31 lines (30 loc) • 561 B
JSON
{
"name": "ask",
"main": "dist/ask.js",
"version": "1.5.0",
"homepage": "https://github.com/divshot/ask",
"authors": [
"Scott Corgan <scottcorgan@gmail.com>"
],
"description": "A simple, chainable way to construct HTTP requests in Node or the browser",
"keywords": [
"xhr",
"http",
"request",
"browserify",
"ajax"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"build",
"lib",
".gitignore",
"karma.config.js",
"index.js"
]
}