UNPKG

1.43 kBJSONView Raw
1{
2 "name": "eslint-config-airbnb",
3 "version": "7.0.0",
4 "description": "Airbnb's ESLint config, following our styleguide",
5 "main": "index.js",
6 "scripts": {
7 "lint": "eslint .",
8 "tests-only": "babel-tape-runner ./test/test-*.js",
9 "test": "parallelshell 'npm run --silent lint' 'npm run --silent tests-only'"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/airbnb/javascript"
14 },
15 "keywords": [
16 "eslint",
17 "eslintconfig",
18 "config",
19 "airbnb",
20 "javascript",
21 "styleguide"
22 ],
23 "author": "Jake Teton-Landis (https://twitter.com/@jitl)",
24 "contributors": [
25 {
26 "name": "Jake Teton-Landis",
27 "url": "https://twitter.com/jitl"
28 },
29 {
30 "name": "Jordan Harband",
31 "email": "ljharb@gmail.com",
32 "url": "http://ljharb.codes"
33 },
34 {
35 "name": "Harrison Shoff",
36 "url": "https://twitter.com/hshoff"
37 }
38 ],
39 "license": "MIT",
40 "bugs": {
41 "url": "https://github.com/airbnb/javascript/issues"
42 },
43 "homepage": "https://github.com/airbnb/javascript",
44 "devDependencies": {
45 "babel-tape-runner": "^1.3.1",
46 "eslint": "^2.7.0",
47 "eslint-plugin-jsx-a11y": "^0.6.2",
48 "eslint-plugin-react": "^4.3.0",
49 "react": "^0.14.8",
50 "tape": "^4.5.1",
51 "parallelshell": "^2.0.0"
52 },
53 "peerDependencies": {
54 "eslint": "^2.7.0",
55 "eslint-plugin-jsx-a11y": "^0.6.2",
56 "eslint-plugin-react": "^4.3.0"
57 }
58}