-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 1.05 KB
/
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
{
"name": "eslint-configs-feedzai",
"version": "1.0.0",
"description": "Feedzai's ESLint configuration files",
"main": "index.js",
"scripts": {
"lint:eslint-config-feedzai": "cd ./eslint-config-feedzai && npm run travis && cd ..",
"lint:eslint-config-feedzai-react": "cd ./eslint-config-feedzai-react && npm run travis && cd ..",
"lint": "npm run lint:eslint-config-feedzai && npm run lint:eslint-config-feedzai-react"
},
"repository": {
"type": "git",
"url": "git+https://github.com/feedzai/eslint-config-feedzai.git"
},
"keywords": [
"feedzai",
"lint",
"eslint",
"javascript"
],
"author": "Victor Fernandes <[email protected]>",
"contributors": [
{
"name": "Victor Fernandes",
"email": "[email protected]"
},
{
"name": "João César",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/feedzai/eslint-config-feedzai/issues"
},
"homepage": "https://github.com/feedzai/eslint-config-feedzai#readme"
}