-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 889 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
40
41
{
"name": "eslint-plugin-mongodb-server",
"version": "0.0.1",
"description": "Custom ESlint rules for MongoDB's JavaScript integration tests.",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"mongodb",
"resmoke"
],
"main": "lib/index.js",
"bin": {
"resmoke-tags": "bin/resmoke-tags.js"
},
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha --recursive tests/"
},
"repository": {
"type": "git",
"url": "[email protected]:visemet/eslint-plugin-mongodb-server.git"
},
"dependencies": {
"commander": "2.16.0",
"diff": "3.5.0",
"eslint": "5.16.0",
"requireindex": "1.1.0",
"wordwrap": "1.0.0",
"yaml": "1.0.0-rc.7"
},
"devDependencies": {
"mocha": "^5.2.0"
},
"peerDependencies": {
"eslint": ">=0.8.0"
},
"engines": {
"node": ">=0.10.0"
},
"license": "Apache-2.0"
}