-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 943 Bytes
/
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
{
"name": "chai-eventemitter2",
"version": "0.2.1",
"description": "Chai plugin for testing node-style EventEmitters",
"main": "lib/chai-eventemitter2",
"scripts": {
"test": "mocha",
"coverage": "nyc --reporter=html npm test"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/leonardoraele/chai-eventemitter2.git"
},
"keywords": [
"chai",
"chai-plugin",
"plugin",
"eventemitter",
"event",
"emitter",
"test"
],
"author": "Leonardo Raele <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/leonardoraele/chai-eventemitter2/issues"
},
"homepage": "https://github.com/leonardoraele/chai-eventemitter2#readme",
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^8.3.2",
"nyc": "^15.1.0"
},
"dependencies": {
"deep-equal": "^2.0.5",
"lodash.groupby": "^4.6.0",
"lodash.ismatch": "^4.4.0"
}
}