node-source-map-support/package.json
2013-11-13 21:16:21 -08:00

25 lines
572 B
JSON

{
"name": "source-map-support",
"description": "Fixes stack traces for files with source maps",
"version": "0.2.5",
"main": "./source-map-support.js",
"scripts": {
"test": "node_modules/mocha/bin/mocha"
},
"dependencies": {
"source-map": "0.1.29"
},
"devDependencies": {
"coffee-script": "1.6.3",
"browserify": "2.35.2",
"mocha": "1.8.1"
},
"repository": {
"type": "git",
"url": "https://github.com/evanw/node-source-map-support"
},
"bugs": {
"url": "https://github.com/evanw/node-source-map-support/issues"
}
}