-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 977 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
{
"name": "n.grudinin",
"version": "0.0.1",
"description": "test project for eslint config",
"main": "gulpfile.js",
"dependencies": {
"eslint": "^3.19.0",
"gulp": "^3.9.1"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-config-google": "^0.7.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.0.1",
"gulp": "^3.9.1",
"gulp-debug": "^3.1.0",
"gulp-eslint": "^3.0.1"
},
"scripts": {
"test": "watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koljagrudinin/rsng-eslint-config.git"
},
"keywords": [
"eslint",
"config"
],
"author": "n.grudinin",
"license": "MIT",
"bugs": {
"url": "https://github.com/koljagrudinin/rsng-eslint-config/issues"
},
"homepage": "https://github.com/koljagrudinin/rsng-eslint-config#readme"
}