-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
42 lines (42 loc) · 894 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
42
{
"name": "eslint-config-ryansobol",
"version": "10.0.2",
"description": "Ryan Sobol's shareable ESLint configuration",
"main": "./es6/index.js",
"repository": {
"type": "git",
"url": "https://github.com/ryansobol/eslint-config-ryansobol"
},
"scripts": {
"lint": "eslint"
},
"keywords": [
"eslint",
"eslintconfig",
"config",
"ryansobol",
"javascript",
"es5",
"es6",
"node",
"react"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ryansobol/eslint-config-ryansobol/issues"
},
"homepage": "https://github.com/ryansobol/eslint-config-ryansobol",
"devDependencies": {
"eslint": "^3.10.2",
"eslint-config-ryansobol": "file:."
},
"dependencies": {
"eslint-plugin-react": "^6.7.1"
},
"peerDependencies": {
"eslint": "^3.10.2"
},
"engines": {
"node": "^4.2.0 || >= 6.0.0"
}
}