-
Notifications
You must be signed in to change notification settings - Fork 21
/
bower.json
54 lines (54 loc) · 1.21 KB
/
bower.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
52
53
54
{
"name": "httpinvoke",
"version": "1.4.0",
"main": "httpinvoke-browser.js",
"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.",
"location": "https://github.com/jakutis/httpinvoke",
"homepage": "https://github.com/jakutis/httpinvoke",
"repository": {
"type": "git",
"url": "https://github.com/jakutis/httpinvoke"
},
"private": false,
"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": {},
"devDependencies": {},
"license": "MIT",
"authors": [ {
"name": "Vytautas Jakutis",
"email": "[email protected]",
"homepage": "https://jakut.is"
} ],
"ignore": [
"node_modules",
"bower_components"
]
}