UNPKG

1.05 kBJSONView Raw
1{
2 "name": "x-http-client",
3 "version": "0.0.1-alpha+001",
4 "description": "An http client to make it easier to send requests (including JSONP requests) to the server.",
5 "main": "lib/index.js",
6 "scripts": {
7 "build": "node ./build/build.js",
8 "test": "mocha",
9 "dev": "node ./build/dev.js"
10 },
11 "author": "JOHN YUAN",
12 "license": "MIT",
13 "devDependencies": {
14 "@john-yuan/dev-browserify-builder": "^1.0.1",
15 "@john-yuan/dev-browserify-watcher": "^1.0.0",
16 "@john-yuan/dev-server": "^1.0.1",
17 "mocha": "^6.1.4"
18 },
19 "dependencies": {
20 "x-common-utils": "^1.4.0",
21 "x-query-string": "^1.1.2"
22 },
23 "directories": {
24 "lib": "lib",
25 "test": "test"
26 },
27 "repository": {
28 "type": "git",
29 "url": "git+https://github.com/john-yuan/HttpClient.js.git"
30 },
31 "keywords": [
32 "HttpClient",
33 "Ajax",
34 "JSONP",
35 "XMLHttpRequest",
36 "HttpRequest"
37 ],
38 "bugs": {
39 "url": "https://github.com/john-yuan/HttpClient.js/issues"
40 },
41 "homepage": "https://github.com/john-yuan/HttpClient.js#readme"
42}