UNPKG

345 BJSONView Raw
1{
2 "name": "@attic/eslintrc",
3 "description": "Shared eslintrc for noms",
4 "license": "Apache-2.0",
5 "version": "4.0.0",
6 "main": "index.js",
7 "dependencies": {
8 "babel-eslint": "^7.0.0",
9 "eslint": "^3.7.1",
10 "eslint-plugin-flowtype": "^2.20.0",
11 "eslint-plugin-react": "^6.3.0"
12 },
13 "scripts": {
14 "test": "exit 0"
15 }
16}