x-http-client
Version:
An http client to simplify sending requests (HTTP & JSONP) in the browser.
52 lines (51 loc) • 1.39 kB
JSON
{
"name": "x-http-client",
"version": "0.0.1-alpha.8",
"description": "An http client to simplify sending requests (HTTP & JSONP) in the browser.",
"main": "lib/class/HttpClient.js",
"scripts": {
"build": "npm run lint && node ./build/build.js",
"jasmine": "jasmine --config=test/node/support/jasmine.json",
"test": "npm run build && npm run jasmine",
"lint": "eslint lib",
"dev": "node ./build/dev.js"
},
"author": "JOHN YUAN",
"license": "MIT",
"devDependencies": {
"@john-yuan/dev-browserify-builder": "^1.0.1",
"@john-yuan/dev-browserify-watcher": "^1.0.0",
"@john-yuan/dev-server": "^1.0.1",
"body-parser": "^1.19.0",
"bundle-collapser": "^1.3.0",
"eslint": "^6.0.1",
"jasmine": "^3.4.0",
"jasmine-core": "^3.4.0",
"jasmine-spec-reporter": "^4.2.1",
"promise-polyfill": "^8.1.3"
},
"dependencies": {
"x-common-utils": "^1.4.4",
"x-query-string": "^2.0.0"
},
"directories": {
"lib": "lib",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/john-yuan/HttpClient.js.git"
},
"keywords": [
"HttpClient",
"Ajax",
"JSONP",
"XMLHttpRequest",
"HttpRequest",
"xhr"
],
"bugs": {
"url": "https://github.com/john-yuan/HttpClient.js/issues"
},
"homepage": "https://github.com/john-yuan/HttpClient.js#readme"
}