-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1014 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
{
"name": "eslint-config-zanata",
"version": "2.0.1",
"description": "eslint configurations for linting of all Zanata's JavaScript code",
"main": "index.js",
"dependencies": {},
"peerDependencies": {
"babel-eslint": "^6.0.0",
"eslint": "^2.1.0",
"eslint-config-standard": "^5.1.0",
"eslint-config-standard-react": "^2.3.0",
"eslint-plugin-react": "^4.2.3",
"eslint-plugin-standard": "^1.3.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zanata/eslint-config-zanata.git"
},
"keywords": [
"eslint",
"eslintconfig",
"zanata"
],
"author": {
"name": "David Mason",
"email": "[email protected]",
"url": "https://github.com/davidmason"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/zanata/eslint-config-zanata/issues"
},
"homepage": "https://github.com/zanata/eslint-config-zanata#readme"
}