Skip to content

Commit

Permalink
Merge pull request #141 from bright/bower_json
Browse files Browse the repository at this point in the history
Add bower.json to properly support bower install
  • Loading branch information
TooTallNate committed Dec 29, 2014
2 parents 3a285be + 4597df6 commit 055a60b
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 <[email protected]>"
],
"description": "visionmedia/debug",
"moduleType": [
"amd",
"es6",
"globals",
"node"
],
"keywords": [
"visionmedia",
"debug"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit 055a60b

Please sign in to comment.