forked from voyagegroup/eslint-config-fluct
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 861 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
{
"name": "eslint-config-fluct",
"version": "0.0.0",
"description": "ESLint configurations that are used by fluct division of VOYAGE GROUP, Inc.",
"license": "MIT",
"scripts": {
"test": "eslint --ext js,md ./"
},
"engines": {
"node": ">6.9.1",
"npm": ">3.10.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/voyagegroup/eslint-config-fluct.git"
},
"bugs": {
"url": "https://github.com/voyagegroup/eslint-config-fluct/issues"
},
"homepage": "https://github.com/voyagegroup/eslint-config-fluct",
"peerDependencies": {
"eslint": "^3.11.0",
"eslint-plugin-node": "^3.0.3",
"eslint-plugin-react": "^6.7.1"
},
"devDependencies": {
"eslint": "^3.11.0",
"eslint-plugin-markdown": "^1.0.0-beta.3",
"eslint-plugin-node": "^3.0.3",
"eslint-plugin-react": "^6.7.1"
}
}