You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-desktop/components/chai/.bower.json

38 lines
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
}