qtsd-fork
Version:
Do not use this please
27 lines (26 loc) • 680 B
JSON
{
"name": "sourcemapped-stacktrace",
"version": "1.1.9",
"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"
}
}