Skip to content

Commit 4597df6

Browse files
committed
Add bower json to properly support bower install
1 parent c61ae82 commit 4597df6

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

bower.json

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "visionmedia/debug",
3+
"main": "dist/debug.js",
4+
"version": "2.0.0",
5+
"homepage": "https://github.com/visionmedia/debug",
6+
"authors": [
7+
"TJ Holowaychuk <[email protected]>"
8+
],
9+
"description": "visionmedia/debug",
10+
"moduleType": [
11+
"amd",
12+
"es6",
13+
"globals",
14+
"node"
15+
],
16+
"keywords": [
17+
"visionmedia",
18+
"debug"
19+
],
20+
"license": "MIT",
21+
"ignore": [
22+
"**/.*",
23+
"node_modules",
24+
"bower_components",
25+
"test",
26+
"tests"
27+
]
28+
}

0 commit comments

Comments
 (0)