-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
52 lines (52 loc) · 1.08 KB
/
package.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "chai-subset",
"version": "1.6.0",
"description": "Object properties matcher for Chai",
"main": "lib/chai-subset.js",
"scripts": {
"test": "istanbul cover _mocha",
"coveralls": "cat ./coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "https://github.com/debitoor/chai-subset.git"
},
"keywords": [
"chai",
"chai-plugin",
"objects",
"subset",
"contains",
"plugin",
"containSubset",
"deep",
"like",
"match",
"similar",
"includes",
"superset"
],
"author": "Andrii Shumada <eagleeyes91@gmail.com>",
"contributors": [
"Robert Herhold <reherhold@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/debitoor/chai-subset/issues"
},
"homepage": "https://github.com/debitoor/chai-subset",
"devDependencies": {
"@debitoor/eslint-config-debitoor": "1.2.0",
"chai": "3.5.0",
"coveralls": "2.11.16",
"istanbul": "0.4.5",
"mocha": "3.2.0",
"mocha-eslint": "3.0.1"
},
"files": [
"lib"
],
"engines": {
"node": ">=4"
}
}