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

30 lines
627 B

12 years ago
{
"name": "source-map-support",
"description": "Fixes stack traces for files with source maps",
"version": "0.2.10",
12 years ago
"main": "./source-map-support.js",
"scripts": {
"test": "node_modules/mocha/bin/mocha"
},
"dependencies": {
"source-map": "0.1.32"
12 years ago
},
"devDependencies": {
"coffee-script": "1.7.1",
"browserify": "3.44.2",
"mocha": "1.18.2"
},
"repository": {
"type": "git",
"url": "https://github.com/evanw/node-source-map-support"
},
"bugs": {
"url": "https://github.com/evanw/node-source-map-support/issues"
},
"licenses": [
{
"type": "MIT"
}
]
12 years ago
}