-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 831 Bytes
/
package.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
{
"name": "await-handler",
"version": "1.1.2",
"description": "Basic wrapper for await that allows handling of errors without try/catch blocks",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KyleRoss/await-handler.git"
},
"keywords": [
"await",
"error",
"handler",
"try",
"catch",
"block",
"async",
"asyncawait",
"trycatch",
"go",
"golang",
"signature",
"await-to-js",
"awaittojs"
],
"author": "Kyle Ross <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/KyleRoss/await-handler/issues"
},
"homepage": "https://github.com/KyleRoss/await-handler",
"devDependencies": {
"mocha": "^5.2.0"
}
}