2013-01-18 15:56:20 +08:00
|
|
|
{
|
|
|
|
"name": "source-map-support",
|
2013-03-05 09:46:16 +08:00
|
|
|
"description": "Fixes stack traces for files with source maps",
|
2015-03-12 16:00:05 +08:00
|
|
|
"version": "0.2.10",
|
2013-01-18 15:56:20 +08:00
|
|
|
"main": "./source-map-support.js",
|
|
|
|
"scripts": {
|
2015-05-15 17:32:24 +08:00
|
|
|
"build": "node build.js",
|
2015-05-13 16:32:35 +08:00
|
|
|
"test": "mocha"
|
2013-01-18 15:56:20 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2014-04-27 03:43:52 +08:00
|
|
|
"source-map": "0.1.32"
|
2013-01-18 15:56:20 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2014-04-27 03:43:52 +08:00
|
|
|
"coffee-script": "1.7.1",
|
|
|
|
"browserify": "3.44.2",
|
|
|
|
"mocha": "1.18.2"
|
2013-09-05 13:22:12 +08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/evanw/node-source-map-support"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/evanw/node-source-map-support/issues"
|
2015-01-07 22:28:49 +08:00
|
|
|
},
|
2015-05-20 04:37:43 +08:00
|
|
|
"license": "MIT",
|
2013-01-18 15:56:20 +08:00
|
|
|
}
|