Skip to content

Commit

Permalink
Add bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
eeroan committed Mar 18, 2014
1 parent 5582388 commit c458bd5
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "WebConsole-reporter",
"version": "1.0.0",
"homepage": "https://github.com/eeroan/WebConsole-reporter",
"authors": [
"Eero Anttila <[email protected]>"
],
"description": "Web console reporter for Mocha testing framework",
"main": "WebConsole.js",
"keywords": [
"reporter",
"mocha",
"console"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit c458bd5

Please sign in to comment.