forked from stacktracejs/stacktrace-gps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.82 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "stacktrace-gps",
"description": "Turns partial code location into precise code location",
"maintainers": [
"Eric Wendelin <[email protected]> (http://www.eriwen.com)",
"Victor Homyakov <[email protected]> (https://github.com/victor-homyakov)",
"Oliver Salzburg (https://github.com/oliversalzburg)"
],
"version": "2.4.2",
"license": "Unlicense",
"keywords": [
"stacktrace",
"error",
"debugger"
],
"homepage": "https://www.stacktracejs.com",
"repository": {
"type": "git",
"url": "git://github.com/stacktracejs/stacktrace-gps.git"
},
"dependencies": {
"source-map": "0.5.6",
"stackframe": "~0.3"
},
"devDependencies": {
"colors": "^1.1.2",
"del": "^2.2.0",
"es6-promise": "^3.0.2",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-coveralls": "^0.1.4",
"gulp-jshint": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"jasmine": "^2.4.1",
"jasmine-ajax": "^3.2.0",
"jasmine-core": "^2.4.1",
"jshint": "^2.8.0",
"karma": "^0.13.16",
"karma-chrome-launcher": "^0.2.2",
"karma-coverage": "^0.5.3",
"karma-firefox-launcher": "^0.1.7",
"karma-ie-launcher": "^0.2.0",
"karma-jasmine": "^0.3.6",
"karma-jasmine-ajax": "^0.1.13",
"karma-opera-launcher": "^0.3.0",
"karma-phantomjs2-launcher": "^0.4.0",
"karma-safari-launcher": "^0.1.1",
"karma-sauce-launcher": "^0.2.10",
"karma-spec-reporter": "0.0.23",
"run-sequence": "^1.1.4",
"webpack": "^1.12.9"
},
"bugs": {
"url": "https://github.com/stacktracejs/stacktrace-gps/issues"
},
"main": "./stacktrace-gps.js",
"files": [
"LICENSE",
"README.md",
"stacktrace-gps.js",
"dist/",
"node_modules/source-map/"
],
"scripts": {
"test": "gulp test"
}
}