Skip to content

Commit

Permalink
Add bower.json adamschwartz#19
Browse files Browse the repository at this point in the history
  • Loading branch information
adamschwartz committed Mar 4, 2014
1 parent 55a8a45 commit 03f5bf5
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "log",
"version": "2.0.1",
"homepage": "http://adamschwartz.com/log",
"authors": [
"Adam Schwartz <[email protected]>"
],
"description": "Console.log with style",
"main": [
"log.js",
"log.min.js"
],
"keywords": [
"log",
"console",
"console.log",
"inspector",
"Chrome"
],
"license": "MIT",
"ignore": [
"node_modules",
"bower_components"
]
}

0 comments on commit 03f5bf5

Please sign in to comment.