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.
19 lines
321 B
19 lines
321 B
{
|
|
"name": "debug",
|
|
"repo": "visionmedia/debug",
|
|
"description": "small debugging utility",
|
|
"version": "2.6.9",
|
|
"keywords": [
|
|
"debug",
|
|
"log",
|
|
"debugger"
|
|
],
|
|
"main": "src/browser.js",
|
|
"scripts": [
|
|
"src/browser.js",
|
|
"src/debug.js"
|
|
],
|
|
"dependencies": {
|
|
"rauchg/ms.js": "0.7.1"
|
|
}
|
|
}
|