Skip to content

Commit

Permalink
Add bower.json to chai-spies package
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger Chen committed Sep 21, 2015
1 parent abffaef commit ab58e62
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "chai-spies",
"main": "chai-spies.js",
"homepage": "https://github.com/chaijs/chai-spies",
"authors": [
"Jake Luer <jake@alogicalparadox.com>"
],
"description": "Spies for the Chai assertion library.",
"license": "MIT",
"ignore": [
"**/.*",
"lib",
"support",
"test"
]
}

0 comments on commit ab58e62

Please sign in to comment.