Skip to content

Commit

Permalink
Add bower json to properly support bower install
Browse files Browse the repository at this point in the history
  • Loading branch information
miensol committed Sep 25, 2014
1 parent c61ae82 commit 4597df6
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -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"
]
}

0 comments on commit 4597df6

Please sign in to comment.