1 | {
|
2 | "name": "chai-subset",
|
3 | "version": "1.6.0",
|
4 | "description": "Object properties matcher for Chai",
|
5 | "main": "lib/chai-subset.js",
|
6 | "scripts": {
|
7 | "test": "istanbul cover _mocha",
|
8 | "coveralls": "cat ./coverage/lcov.info | coveralls"
|
9 | },
|
10 | "repository": {
|
11 | "type": "git",
|
12 | "url": "https://github.com/debitoor/chai-subset.git"
|
13 | },
|
14 | "keywords": [
|
15 | "chai",
|
16 | "chai-plugin",
|
17 | "objects",
|
18 | "subset",
|
19 | "contains",
|
20 | "plugin",
|
21 | "containSubset",
|
22 | "deep",
|
23 | "like",
|
24 | "match",
|
25 | "similar",
|
26 | "includes",
|
27 | "superset"
|
28 | ],
|
29 | "author": "Andrii Shumada <eagleeyes91@gmail.com>",
|
30 | "contributors": [
|
31 | "Robert Herhold <reherhold@gmail.com>"
|
32 | ],
|
33 | "license": "MIT",
|
34 | "bugs": {
|
35 | "url": "https://github.com/debitoor/chai-subset/issues"
|
36 | },
|
37 | "homepage": "https://github.com/debitoor/chai-subset",
|
38 | "devDependencies": {
|
39 | "@debitoor/eslint-config-debitoor": "1.2.0",
|
40 | "chai": "3.5.0",
|
41 | "coveralls": "2.11.16",
|
42 | "istanbul": "0.4.5",
|
43 | "mocha": "3.2.0",
|
44 | "mocha-eslint": "3.0.1"
|
45 | },
|
46 | "files": [
|
47 | "lib"
|
48 | ],
|
49 | "engines": {
|
50 | "node": ">=4"
|
51 | }
|
52 | }
|