forked from ddopson/node-segfault-handler
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 669 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 669 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
{
"name": "segfault-handler",
"description": "catches SIGSEGV and prints diagnostic information",
"version": "1.3.4",
"author": "Kenneth Geisshirt <geisshirt@gmail.com>",
"contributors": [
"Dave Dopson <ddopson@gmail.com>",
"Mark Smith <msmith@rallydev.com>",
"David Swift <dswift@pccowboy.com>",
"Anton Whalley <anton@venshare.com>",
"Kenneth Geisshirt <geisshirt@gmail.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/ddopson/node-segfault-handler.git"
},
"dependencies": {
"bindings": "^1.2.1",
"nan": "^2.14.0"
},
"main": "index.js",
"types": "index.d.ts",
"license": "BSD-3-Clause"
}