30 lines
627 B
JSON
30 lines
627 B
JSON
{
|
|
"name": "source-map-support",
|
|
"description": "Fixes stack traces for files with source maps",
|
|
"version": "0.2.10",
|
|
"main": "./source-map-support.js",
|
|
"scripts": {
|
|
"test": "node_modules/mocha/bin/mocha"
|
|
},
|
|
"dependencies": {
|
|
"source-map": "0.1.32"
|
|
},
|
|
"devDependencies": {
|
|
"coffee-script": "1.7.1",
|
|
"browserify": "3.44.2",
|
|
"mocha": "1.18.2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/evanw/node-source-map-support"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/evanw/node-source-map-support/issues"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT"
|
|
}
|
|
]
|
|
}
|