mirror of
https://github.com/debug-js/debug.git
synced 2026-01-18 16:12:38 +00:00
Merge pull request #141 from bright/bower_json
Add bower.json to properly support bower install
This commit is contained in:
commit
055a60b05b
28
bower.json
Normal file
28
bower.json
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "visionmedia/debug",
|
||||
"main": "dist/debug.js",
|
||||
"version": "2.0.0",
|
||||
"homepage": "https://github.com/visionmedia/debug",
|
||||
"authors": [
|
||||
"TJ Holowaychuk <tj@vision-media.ca>"
|
||||
],
|
||||
"description": "visionmedia/debug",
|
||||
"moduleType": [
|
||||
"amd",
|
||||
"es6",
|
||||
"globals",
|
||||
"node"
|
||||
],
|
||||
"keywords": [
|
||||
"visionmedia",
|
||||
"debug"
|
||||
],
|
||||
"license": "MIT",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"node_modules",
|
||||
"bower_components",
|
||||
"test",
|
||||
"tests"
|
||||
]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user