node-source-map-support/package.json

25 lines
572 B
JSON
Raw Normal View History

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",
"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": {
"source-map": "0.1.29"
2013-01-18 15:56:20 +08:00
},
"devDependencies": {
"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
}
}