UNPKG

680 BJSONView Raw
1{
2 "name": "eslint-config-fbjs",
3 "version": "2.0.0",
4 "description": "",
5 "repository": "facebook/fbjs",
6 "license": "BSD-3-Clause",
7 "main": "index.js",
8 "files": [
9 "CHANGELOG.md",
10 "LICENSE",
11 "PATENTS",
12 "README.md",
13 "index.js",
14 "opensource/",
15 "shared.js",
16 "strict.js",
17 "utils/"
18 ],
19 "scripts": {
20 "test": "echo \"Error: no test specified\" && exit 1"
21 },
22 "peerDependencies": {
23 "babel-eslint": "^7.2.3",
24 "eslint": "^4.2.0",
25 "eslint-plugin-babel": "^4.1.1",
26 "eslint-plugin-flowtype": "^2.35.0",
27 "eslint-plugin-jsx-a11y": "^6.0.2",
28 "eslint-plugin-react": "^7.1.0",
29 "eslint-plugin-relay": "0.0.8"
30 }
31}