debug/bower.json
Matt Campbell 41002f1c7c Update bower.json (#342)
Error thrown if using `bower.json` to require files.
`.npmignore` contains `dist`.
2016-12-12 15:13:53 -08:00

30 lines
561 B
JSON

{
"name": "visionmedia-debug",
"main": "./debug.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"
]
}