UNPKG

1.01 kBJSONView Raw
1{
2 "name": "eslint-config-cumul8",
3 "description": "JavaScript Code Standards for Cumul8 - ESLint Shareable Config",
4 "version": "7.0.8",
5 "author": {
6 "name": "Ev Haus",
7 "email": "ev.haus@cumul8.com"
8 },
9 "bugs": {
10 "url": "https://github.com/Eight-Solutions/eslint-config-cumul8/issues"
11 },
12 "homepage": "https://github.com/Eight-Solutions/eslint-config-cumul8",
13 "license": "MIT",
14 "main": "index.js",
15 "repository": "https://github.com/Eight-Solutions/eslint-config-cumul8",
16 "bin": {
17 "eslint-cumul8": "./bin/eslint-cumul8.js"
18 },
19 "scripts": {
20 "lint-self": "node ./bin/eslint-cumul8 -c index.js index.js"
21 },
22 "dependencies": {
23 "babel-eslint": "8.2.3",
24 "eslint": "4.19.1",
25 "eslint-plugin-babel": "5.1.0",
26 "eslint-plugin-cumul8": "1.4.3",
27 "eslint-plugin-flowtype": "2.46.3",
28 "eslint-plugin-import": "2.12.0",
29 "eslint-plugin-jasmine": "2.10.1",
30 "eslint-plugin-json": "1.2.0",
31 "eslint-plugin-jsx-a11y": "6.0.3",
32 "eslint-plugin-promise": "3.7.0",
33 "eslint-plugin-react": "7.8.2"
34 }
35}