chickendinosaur-http
Version:
Front-end, super slim, ajax, xhr, http library with promises.
25 lines • 867 B
JSON
{
"name": "chickendinosaur-http",
"version": "0.0.5",
"description": "Front-end, super slim, ajax, xhr, http library with promises.",
"main": "src/Http.js",
"files": ["src/", "dist/", "LICENSE", "README"],
"repository": {
"type": "git",
"url": "https://github.com/JohnPittman/http-js.git"
},
"keywords": ["fast", "optimized", "umd", "universal", "modular", "js", "module", "javascript", "chickendinosaur", "ajax", "http", "promises", "json", "asyncronous", "xhr", "xmlxhrhttprequest"],
"author": "John Pittman",
"license": "MIT",
"bugs": {
"url": "https://github.com/JohnPittman/http-js/issues"
},
"homepage": "https://github.com/JohnPittman/http-js",
"devDependencies": {
"gulp": "*",
"packagebuilder": "*"
},
"dependencies": {
"es6-promise": "*"
}
}