forked from pose/mocha-only-detector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 792 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
{
"name": "mocha-only-detector",
"version": "1.0.1",
"description": "Detect forgotten `describe.only` and `it.only` in mocha tests.",
"main": "index.js",
"repository": "https://github.com/auth0/mocha-only-detector",
"directories": {
"test": "test"
},
"dependencies": {
"esprima": "^4.0.1",
"esprimaq": "^0.0.1",
"glob": "^7.1.2"
},
"devDependencies": {
"mocha": "^5.2.0"
},
"scripts": {
"test": "mocha"
},
"keywords": [
"mocha",
"only",
"it.only",
"describe.only",
"checker",
"detector",
"assert"
],
"author": "Alberto Pose <[email protected]>",
"license": "MIT",
"bin": {
"mocha-only-detector": "./bin/mocha-only-detector",
"mocha-only-detector-glob": "./bin/mocha-only-detector-glob"
}
}