-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 905 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-config-socialengine",
"version": "5.0.0",
"description": "ESLint Configs by SocialEngine used in our JavaScript Projects",
"main": "index.js",
"scripts": {
"test": "eslint '**/*.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/socialengine/eslint-config.git"
},
"keywords": [
"eslint",
"eslintconfig",
"socialengine",
"code checker",
"code linter",
"code standards",
"code style",
"eslint-config",
"lint",
"style checker",
"style linter"
],
"author": "Stepan Mazurov",
"license": "MIT",
"bugs": {
"url": "https://github.com/socialengine/eslint-config/issues"
},
"homepage": "https://github.com/socialengine/eslint-config#readme",
"devDependencies": {
"eslint": "~2.2.0"
},
"peerDependancies": {
"eslint": "~2.2.0"
},
"engines":{
"node": ">= 4.0.0"
}
}