2017-01-14 07:54:17 -05:00

21 lines
510 B
JSON

{
"name": "eslint-config-babel",
"version": "5.0.0",
"description": "ESLint config for babel",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/babel/eslint-config-babel"
},
"main": "index.js",
"peerDependencies": {
"babel-eslint": "^7.0.0",
"eslint-plugin-flowtype": "^2.4.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}