-
Notifications
You must be signed in to change notification settings - Fork 36
/
bower.json
35 lines (35 loc) · 924 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
32
33
34
35
{
"name": "stacktrace-gps",
"main": "./dist/stacktrace-gps.js",
"homepage": "https://github.com/stacktracejs/stacktrace-gps",
"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": "MIT",
"ignore": [
"**/.*",
"node_modules",
"spec"
],
"dependencies": {
"source-map": "mozilla/source-map#0.5.6",
"stackframe": "1.0.2"
}
}