-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.07 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-config-taller",
"version": "2.0.0",
"description": "Taller ESLint shareable config.",
"author": "Lucas Constantino Silva <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/TallerWebSolutions/eslint-config-taller.git"
},
"keywords": [
"eslint",
"config",
"eslintconfig"
],
"main": "index.js",
"dependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-config-standard-jsx": "^5.0.0",
"eslint-config-standard-react": "^6.0.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-react": "^7.9.1",
"eslint-plugin-standard": "^3.1.0"
},
"bugs": {
"url": "https://github.com/TallerWebSolutions/eslint-config-taller/issues"
},
"homepage": "https://github.com/TallerWebSolutions/eslint-config-taller#readme",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}