diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..249be3f --- /dev/null +++ b/bower.json @@ -0,0 +1,28 @@ +{ + "name": "visionmedia/debug", + "main": "dist/debug.js", + "version": "2.0.0", + "homepage": "https://github.com/visionmedia/debug", + "authors": [ + "TJ Holowaychuk " + ], + "description": "visionmedia/debug", + "moduleType": [ + "amd", + "es6", + "globals", + "node" + ], + "keywords": [ + "visionmedia", + "debug" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}