Cable-Desktop/components/chai/bower.json
lilia 508c59e05c Rename bower_components
To components. Because tab-completion works better when there aren't two
things starting with bower, and shorter names are nicer to deal with in
general.
2014-10-30 16:53:08 -07:00

27 lines
528 B
JSON

{
"name": "chai"
, "version": "1.9.2"
, "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": [
"build"
, "components"
, "lib"
, "node_modules"
, "support"
, "test"
, "index.js"
, "Makefile"
, ".*"
]
, "dependencies": {}
, "devDependencies": {}
}