UNPKG

571 BJSONView Raw
1{
2 "name": "eslint-config-babel",
3 "version": "1.0.0",
4 "description": "eslint config for babel",
5 "author": "Sebastian McKenzie <sebmck@gmail.com>",
6 "homepage": "https://babeljs.io/",
7 "license": "MIT",
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/babel/babel/tree/master/packages/eslint-config-babel"
11 },
12 "main": "index.js",
13 "dependencies": {
14 "babel-eslint": "^6.0.0",
15 "eslint-plugin-babel": "^3.0.0",
16 "eslint-plugin-flow-vars": "^0.4.0"
17 },
18 "scripts": {
19 "test": "echo \"Error: no test specified\" && exit 1"
20 }
21}