Skip to content

Commit

Permalink
Merge pull request #934 from shovon/bower
Browse files Browse the repository at this point in the history
Added a bower.json file for bower support
  • Loading branch information
tj committed Jul 30, 2013
2 parents b19ce4e + bd0d929 commit 35fe575
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "mocha",
"version": "1.12.0",
"main": "mocha.js",
"ignore": [
"bin",
"editors",
"images",
"lib",
"support",
"test",
".gitignore",
".npmignore",
".travis.yml",
"component.json",
"index.js",
"Makefile",
"package.json"
]
}

0 comments on commit 35fe575

Please sign in to comment.