forked from calvium/eslint-config-calvium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 947 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
{
"name": "eslint-config-calvium",
"version": "0.3.2",
"description": "eslint configuration to be used in Calvium React Native Projects",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/calvium/eslint-config-calvium.git"
},
"keywords": [
"eslint",
"calvium"
],
"author": "Pablo Carrillo",
"license": "MIT",
"bugs": {
"url": "https://github.com/calvium/eslint-config-calvium/issues"
},
"homepage": "https://github.com/calvium/eslint-config-calvium#readme",
"dependencies": {
"babel-eslint": "7.1.1",
"eslint-config-airbnb": "13.0.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-flowtype": "2.29.1",
"eslint-plugin-jsx-a11y": "2.2.3",
"eslint-plugin-react": "6.8.0",
"eslint-plugin-react-native": "2.2.1"
},
"perDependency": {
"eslint": "3.x"
}
}