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",
|
2013-11-14 13:05:33 +08:00
|
|
|
"version": "0.2.5",
|
2013-01-18 15:56:20 +08:00
|
|
|
"main": "./source-map-support.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "node_modules/mocha/bin/mocha"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2013-08-22 09:08:13 +08:00
|
|
|
"source-map": "0.1.29"
|
2013-01-18 15:56:20 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2013-11-14 13:05:33 +08:00
|
|
|
"coffee-script": "1.6.3",
|
|
|
|
"browserify": "2.35.2",
|
2013-01-18 15:56:20 +08:00
|
|
|
"mocha": "1.8.1"
|
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"
|
2013-01-18 15:56:20 +08:00
|
|
|
}
|
|
|
|
}
|