mirror of
https://github.com/debug-js/debug.git
synced 2025-12-08 20:59:48 +00:00
46 lines
1.0 KiB
JSON
46 lines
1.0 KiB
JSON
{
|
|
"name": "debug",
|
|
"version": "2.4.2",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/visionmedia/debug.git"
|
|
},
|
|
"description": "small debugging utility",
|
|
"keywords": [
|
|
"debug",
|
|
"log",
|
|
"debugger"
|
|
],
|
|
"author": "TJ Holowaychuk <tj@vision-media.ca>",
|
|
"contributors": [
|
|
"Nathan Rajlich <nathan@tootallnate.net> (http://n8.io)",
|
|
"Andrew Rhyne <rhyneandrew@gmail.com>"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "0.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel": "^6.5.2",
|
|
"babel-eslint": "^7.1.1",
|
|
"babel-polyfill": "^6.20.0",
|
|
"babel-preset-es2015": "^6.18.0",
|
|
"babel-register": "^6.18.0",
|
|
"babel-runtime": "^6.20.0",
|
|
"browserify": "9.0.3",
|
|
"chai": "^3.5.0",
|
|
"eslint": "^3.12.1",
|
|
"eslint-plugin-babel": "^4.0.0",
|
|
"mocha": "^3.2.0",
|
|
"sinon": "^1.17.6"
|
|
},
|
|
"main": "./index.js",
|
|
"browser": "./browser.js",
|
|
"component": {
|
|
"scripts": {
|
|
"debug/index.js": "browser.js",
|
|
"debug/debug.js": "debug.js"
|
|
}
|
|
}
|
|
}
|