chai/bower.json

28 lines
528 B
JSON
Raw Normal View History

2013-06-24 18:30:43 +00:00
{
"name": "chai"
2014-09-29 23:24:59 +00:00
, "version": "1.9.2"
2013-06-24 18:30:43 +00:00
, "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": [
2013-06-25 16:33:01 +00:00
"build"
, "components"
, "lib"
, "node_modules"
, "support"
, "test"
2013-06-24 18:30:43 +00:00
, "index.js"
, "Makefile"
, ".*"
]
, "dependencies": {}
, "devDependencies": {}
}