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

15 lines
257 B

12 years ago
{
"name": "source-map-support",
"version": "0.1.0",
"main": "./source-map-support.js",
"scripts": {
"test": "node_modules/mocha/bin/mocha"
},
"dependencies": {
"source-map": "0.1.8"
},
"devDependencies": {
"mocha": "1.8.1"
}
}