-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathcomponent.json
51 lines (51 loc) · 1.04 KB
/
component.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "httpinvoke",
"repo": "jakutis/httpinvoke",
"version": "1.4.0",
"description": "A no-dependencies HTTP client library for browsers and Node.js with a promise-based or Node.js-style callback-based API to progress events, text and binary file upload and download, partial response body, request and response headers, status code.",
"keywords": [
"http",
"client",
"promise",
"promises",
"promises-a",
"promises-aplus",
"deferred",
"future",
"async",
"ajax",
"request",
"xhr",
"connection",
"https",
"get",
"head",
"post",
"put",
"delete",
"download",
"upload",
"node",
"browser",
"ender",
"browserify",
"xmlhttprequest",
"web"
],
"dependencies": {},
"development": {},
"local": [],
"main": "httpinvoke-browser.js",
"scripts": [
"httpinvoke-browser.js"
],
"templates": [],
"styles": [],
"images": [],
"fonts": [],
"files": [],
"remotes": [],
"paths": [],
"demo": "http://jakut.is:1337/",
"license": "MIT"
}