-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.19 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
55
56
57
58
59
{
"name": "eslint-config-modulus",
"version": "2.0.0",
"description": "JavaScript Modulus Style - ESLint Shareable Config",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/onmodulus/eslint-config.git"
},
"bugs": {
"url": "https://github.com/onmodulus/eslint-config/issues"
},
"peerDependencies": {
"eslint": "~3.4.0",
"eslint-plugin-hapi": "4.0.0",
"eslint-plugin-promise": "2.0.1"
},
"scripts": {
"test": "lab -c"
},
"engines": {
"node": ">=4"
},
"keywords": [
"modulus",
"style checker",
"code style",
"code checker",
"code linter",
"style linter",
"simple",
"policy",
"style",
"code",
"lint",
"eslint",
"eslintconfig",
"jshint",
"jscs",
"hint",
"enforce",
"check",
"verify",
"quality",
"checker",
"code standards"
],
"author": "Jack Boberg <[email protected]> (http://modulus.io/)",
"license": "MIT",
"devDependencies": {
"code": "~3.0.2",
"eslint": "~3.4.0",
"eslint-plugin-hapi": "4.0.0",
"eslint-plugin-promise": "2.0.1",
"lab": "~11.0.1",
"lodash.assign": "4.2.0",
"temporary-directory": "1.0.2"
}
}