node-source-map-support/package.json

30 lines
626 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.9",
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.32"
2013-01-18 15:56:20 +08:00
},
"devDependencies": {
"coffee-script": "1.7.1",
"browserify": "3.44.2",
"mocha": "1.18.2"
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"
},
"licenses": [
{
"type": "MIT"
}
]
2013-01-18 15:56:20 +08:00
}