aboutsummaryrefslogtreecommitdiff
path: root/node_modules/debug/bower.json
blob: 027804ce0ecfb86fd4cc10675404f005966fb2ac (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
{
  "name": "visionmedia-debug",
  "main": "./src/browser.js",
  "homepage": "https://github.com/visionmedia/debug",
  "authors": [
    "TJ Holowaychuk <tj@vision-media.ca>",
    "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io)",
    "Andrew Rhyne <rhyneandrew@gmail.com>"
  ],
  "description": "visionmedia-debug",
  "moduleType": [
    "amd",
    "es6",
    "globals",
    "node"
  ],
  "keywords": [
    "visionmedia",
    "debug"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ]
}