UNPKG

537 BJSONView Raw
1{
2 "name": "eslint-config-fbjs",
3 "version": "1.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 ],
15 "scripts": {
16 "test": "echo \"Error: no test specified\" && exit 1"
17 },
18 "peerDependencies": {
19 "babel-eslint": "^6.1.2",
20 "eslint": "^3.0.0",
21 "eslint-plugin-babel": "^3.3.0",
22 "eslint-plugin-flow-vars": "^0.4.0",
23 "eslint-plugin-react": "^5.2.2"
24 }
25}