node-source-map-support/package.json

29 lines
671 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",
2016-07-14 21:23:52 +08:00
"version": "0.4.2",
2013-01-18 15:56:20 +08:00
"main": "./source-map-support.js",
"scripts": {
"build": "node build.js",
2015-10-22 20:43:12 +08:00
"serve-tests": "http-server -p 1336",
"test": "mocha"
2013-01-18 15:56:20 +08:00
},
"dependencies": {
"source-map": "0.1.32"
2013-01-18 15:56:20 +08:00
},
"devDependencies": {
"browserify": "3.44.2",
2015-10-22 20:43:12 +08:00
"coffee-script": "1.7.1",
"http-server": "^0.8.5",
"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"
},
2015-05-22 13:38:38 +08:00
"license": "MIT"
2013-01-18 15:56:20 +08:00
}