22 lines
571 B
JSON
22 lines
571 B
JSON
{
|
|
"name": "eslint-config-babel",
|
|
"version": "1.0.1",
|
|
"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/babel/tree/master/packages/eslint-config-babel"
|
|
},
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"babel-eslint": "^6.0.0",
|
|
"eslint-plugin-babel": "^3.0.0",
|
|
"eslint-plugin-flow-vars": "^0.4.0"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
}
|
|
}
|