forked from novocaine/sourcemapped-stacktrace
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 681 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 681 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
{
"name": "sourcemapped-stacktrace",
"version": "1.1.11",
"homepage": "https://github.com/novocaine/sourcemapped-stacktrace",
"license": "BSD-3-Clause",
"author": {
"name": "James Salter",
"email": "iteration@gmail.com"
},
"main": "dist/sourcemapped-stacktrace.js",
"description": "A simple module for applying source maps to JS stack traces in the browser.",
"dependencies": {
"source-map": "0.5.6"
},
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"webpack": "^1.12.0"
},
"repository": {
"type": "git",
"url": "http://github.com/novocaine/sourcemapped-stacktrace"
},
"scripts": {
"prepublish": "webpack"
}
}