You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
node-source-map-support/package.json

25 lines
572 B

12 years ago
{
"name": "source-map-support",
"description": "Fixes stack traces for files with source maps",
"version": "0.2.5",
12 years ago
"main": "./source-map-support.js",
"scripts": {
"test": "node_modules/mocha/bin/mocha"
},
"dependencies": {
"source-map": "0.1.29"
12 years ago
},
"devDependencies": {
"coffee-script": "1.6.3",
"browserify": "2.35.2",
12 years ago
"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"
12 years ago
}
}