-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 960 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 960 Bytes
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
{
"name": "eslint-config-gritcode",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=development tap test --cov",
"postinstall": "echo extends: gritcode/server > ../../.eslintrc.yml && exit 0"
},
"repository": {
"type": "git",
"url": "git@github.com:gritcode/module-eslint-config-gritcode.git"
},
"keywords": [],
"author": "Ben Cooling <gritcode@bcooling.com.au>",
"license": "UNLICENSED",
"dependencies": {
"babel-eslint": "^6.1.2",
"eslint": "^3.3.1",
"eslint-config-airbnb": "^10.0.1",
"eslint-plugin-jsx-a11y": "^2.1.0",
"eslint-plugin-import": "^1.13.0",
"eslint-plugin-react": "^6.1.2"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"eslint": "^3.3.1",
"eslint-config-airbnb": "^10.0.1",
"eslint-plugin-jsx-a11y": "^2.1.0",
"eslint-plugin-import": "^1.13.0",
"eslint-plugin-react": "^6.1.2",
"tap": "^6.2.0"
}
}