aboutsummaryrefslogtreecommitdiff
path: root/node_modules/debug/package.json
blob: b9f033a7767eda9cb8291ff701954f2da3f4492f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
  "name": "debug",
  "version": "2.2.0",
  "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)"
  ],
  "license": "MIT",
  "dependencies": {
    "ms": "0.7.1"
  },
  "devDependencies": {
    "browserify": "9.0.3",
    "mocha": "*"
  },
  "main": "./node.js",
  "browser": "./browser.js",
  "component": {
    "scripts": {
      "debug/index.js": "browser.js",
      "debug/debug.js": "debug.js"
    }
  }
}