summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/catapult/third_party/polymer2/bower_components/chai/bower.json
blob: af2ee029b735697d1aaf0dea45ae8a6962b44412 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "name": "chai",
  "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": {}
}