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

38 lines
No EOL
784 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": {},
"homepage": "https://github.com/chaijs/chai",
"_release": "1.9.2",
"_resolution": {
"type": "version",
"tag": "1.9.2",
"commit": "73b4559e5ef336cf4292dfdb9ea4eb62b6bfadae"
},
"_source": "git://github.com/chaijs/chai.git",
"_target": "~1.9.2",
"_originalSource": "chai",
"_direct": true
}