-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 827 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 827 Bytes
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
{
"author": {
"name": "Mario Pizzinini",
"url": "https://www.crafted.systems"
},
"browser": "fetch-json-resource.js",
"bugs": {
"url": "https://github.com/craftedsystems/fetch-json-resource/issues"
},
"description": "Fetch JSON resource with AbortController and error handling",
"homepage": "https://github.com/craftedsystems/fetch-json-resource#readme",
"keywords": [
"abortcontroller",
"fetch",
"javascript",
"json",
"timeout"
],
"license": "ISC",
"main": "fetch-json-resource.js",
"name": "fetch-json-resource",
"repository": {
"type": "git",
"url": "git+https://github.com/craftedsystems/fetch-json-resource.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"source": "fetch-json-resource.js",
"version": "2.0.0"
}