Skip to content

Commit

Permalink
Merge branch 'feature/bower'. #175
Browse files Browse the repository at this point in the history
* feature/bower:
  bower: add json file
  • Loading branch information
logicalparadox committed Jun 24, 2013
2 parents 082b665 + de00106 commit d289559
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "chai"
, "version": "1.7.0"
, "description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic."
, "license": "MIT"
, "keywords": [
"test"
, "assertion"
, "assert"
, "testing"
, "chai"
]
, "main": "chai.js"
, "ignore": [
"**/.*"
, "**/*"
, "index.js"
, "Makefile"
, "*.json"
, ".*"
]
, "dependencies": {}
, "devDependencies": {}
}

0 comments on commit d289559

Please sign in to comment.