-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 736 Bytes
/
Copy pathpackage.json
File metadata and controls
21 lines (21 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "xhrless",
"version": "1.0.9",
"description": "Write less, do more with XMLHttpRequest API. It is an abstraction layer over the XMLHttpRequest v2 API for browser/Node.JS.",
"license": "MIT",
"author": "Alexander Bibanin <32kb@bk.ru> (https://github.com/bibainet/)",
"homepage": "https://github.com/bibainet/xhrless/",
"keywords": ["xhr", "xmlhttprequest", "ajax", "browser", "http", "client", "request"],
"main": "xhrless.js",
"browser": "xhrless.js",
"dependencies": {
"xhr2": ">=0.1.4"
},
"engines": {
"node": ">=8.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/bibainet/xhrless.git"
}
}