forked from stacktracejs/stacktrace.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
36 lines (36 loc) · 954 Bytes
/
Copy pathbower.json
File metadata and controls
36 lines (36 loc) · 954 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
32
33
34
35
36
{
"name": "stacktrace-js",
"main": "./stacktrace.js",
"homepage": "https://github.com/stacktracejs/stacktrace.js",
"authors": [
"Eric Wendelin <me@eriwen.com> (http://www.eriwen.com)",
"Victor Homyakov <vkhomyackov@gmail.com> (https://github.com/victor-homyakov)",
"Oliver Salzburg (https://github.com/oliversalzburg)"
],
"description": "Turns partial code location into precise code location",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"stacktrace",
"stack-trace",
"backtrace",
"cross-browser",
"framework-agnostic",
"error",
"debugger"
],
"license": "Public Domain",
"ignore": [
"**/.*",
"node_modules",
"spec"
],
"dependencies": {
"error-stack-parser": "~1.2.3",
"stack-generator": "~1.0.7",
"stacktrace-gps": "~2.3.0"
}
}