UNPKG

919 BJSONView Raw
1{
2 "author": "Nathan Black <nathan@nathanblack.org>",
3 "name": "chai-dom",
4 "description": "DOM assertions for the Chai assertion library using vanilla JavaScript",
5 "keywords": [
6 "test",
7 "assertion",
8 "assert",
9 "testing",
10 "chai-plugin",
11 "browser",
12 "vendor",
13 "dom",
14 "no-jquery"
15 ],
16 "version": "1.12.0",
17 "license": "MIT",
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/nathanboktae/chai-dom"
21 },
22 "bugs": {
23 "url": "https://github.com/nathanboktae/chai-dom/issues"
24 },
25 "scripts": {
26 "test": "npm run lint && npm run test:unit",
27 "test:unit": "testem ci",
28 "lint": "eslint ."
29 },
30 "main": "./chai-dom",
31 "engines": {
32 "node": ">= 0.12.0"
33 },
34 "devDependencies": {
35 "chai": ">= 3",
36 "dom4": "^1.4.6",
37 "eslint": "^7.20.0",
38 "mocha": "^8.0.0",
39 "testem": "^3.2.0"
40 },
41 "peerDependencies": {
42 "chai": ">= 3"
43 }
44}