1 |
3a515b92
|
cagy
|
{
|
2 |
|
|
"name": "debug",
|
3 |
|
|
"version": "2.6.9",
|
4 |
|
|
"repository": {
|
5 |
|
|
"type": "git",
|
6 |
|
|
"url": "git://github.com/visionmedia/debug.git"
|
7 |
|
|
},
|
8 |
|
|
"description": "small debugging utility",
|
9 |
|
|
"keywords": [
|
10 |
|
|
"debug",
|
11 |
|
|
"log",
|
12 |
|
|
"debugger"
|
13 |
|
|
],
|
14 |
|
|
"author": "TJ Holowaychuk <tj@vision-media.ca>",
|
15 |
|
|
"contributors": [
|
16 |
|
|
"Nathan Rajlich <nathan@tootallnate.net> (http://n8.io)",
|
17 |
|
|
"Andrew Rhyne <rhyneandrew@gmail.com>"
|
18 |
|
|
],
|
19 |
|
|
"license": "MIT",
|
20 |
|
|
"dependencies": {
|
21 |
|
|
"ms": "2.0.0"
|
22 |
|
|
},
|
23 |
|
|
"devDependencies": {
|
24 |
|
|
"browserify": "9.0.3",
|
25 |
|
|
"chai": "^3.5.0",
|
26 |
|
|
"concurrently": "^3.1.0",
|
27 |
|
|
"coveralls": "^2.11.15",
|
28 |
|
|
"eslint": "^3.12.1",
|
29 |
|
|
"istanbul": "^0.4.5",
|
30 |
|
|
"karma": "^1.3.0",
|
31 |
|
|
"karma-chai": "^0.1.0",
|
32 |
|
|
"karma-mocha": "^1.3.0",
|
33 |
|
|
"karma-phantomjs-launcher": "^1.0.2",
|
34 |
|
|
"karma-sinon": "^1.0.5",
|
35 |
|
|
"mocha": "^3.2.0",
|
36 |
|
|
"mocha-lcov-reporter": "^1.2.0",
|
37 |
|
|
"rimraf": "^2.5.4",
|
38 |
|
|
"sinon": "^1.17.6",
|
39 |
|
|
"sinon-chai": "^2.8.0"
|
40 |
|
|
},
|
41 |
|
|
"main": "./src/index.js",
|
42 |
|
|
"browser": "./src/browser.js",
|
43 |
|
|
"component": {
|
44 |
|
|
"scripts": {
|
45 |
|
|
"debug/index.js": "browser.js",
|
46 |
|
|
"debug/debug.js": "debug.js"
|
47 |
|
|
}
|
48 |
|
|
}
|
49 |
|
|
}
|