-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
54 lines (54 loc) · 1.11 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
53
54
{
"name": "chai-shallow-deep-equal",
"version": "1.4.6",
"description": "Shallow deep equal assertion for chai",
"keywords": [
"chai",
"chai-plugin",
"browser",
"objects",
"test",
"assertion",
"assert",
"testing",
"shallow",
"deep"
],
"repository": {
"type": "git",
"url": "https://github.com/michelsalib/chai-shallow-deep-equal.git"
},
"bugs": {
"url": "https://github.com/michelsalib/chai-shallow-deep-equal/issues"
},
"readmeFilename": "README.md",
"devDependencies": {
"chai": "~1.9.0",
"mocha": "~1.20.0"
},
"peerDependencies": {
"chai": ">= 1.9.0"
},
"scripts": {
"test": "mocha --recursive -C -R spec"
},
"main": "./chai-shallow-deep-equal.js",
"types": "./chai-shallow-deep-equal.d.ts",
"directories": {
"test": "test"
},
"author": {
"name": "Michel Salib",
"email": "[email protected]",
"url": "http://michelsalib.com/"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Bartvds/chai-fs/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.6.0"
}
}