-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 903 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": "eslint-config-renrenche",
"version": "1.3.0",
"description": "RenRenChe JavaScript Style Guide",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/renrenche/eslint-config-renrenche.git"
},
"keywords": [
"eslint",
"config"
],
"author": "pd4d10 <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/renrenche/eslint-config-renrenche/issues"
},
"homepage": "https://github.com/renrenche/eslint-config-renrenche#readme",
"eslintConfig": {
"extends": "airbnb-base"
},
"dependencies": {
"eslint-config-airbnb-base": "9.0.0"
},
"peerDependencies": {
"eslint": "^3.10.2",
"eslint-plugin-import": "^2.0.1"
},
"devDependencies": {
"eslint": "^3.10.2"
}
}