forked from stacktracejs/stacktrace.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
31 lines (31 loc) · 856 Bytes
/
bower.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
{
"name": "stacktrace-js",
"main": "./dist/stacktrace-with-promises-and-json-polyfills.min.js",
"homepage": "https://github.com/stacktracejs/stacktrace.js",
"authors": [
"Eric Wendelin <[email protected]> (https://www.eriwen.com)",
"Victor Homyakov <[email protected]> (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"
]
}