{ "name": "babel-eslint", "version": "5.0.0", "description": "", "main": "index.js", "files": [ "index.js" ], "repository": { "type": "git", "url": "https://github.com/babel/babel-eslint.git" }, "dependencies": { "acorn-to-esprima": "^2.0.4", "babel-traverse": "^6.0.20", "babel-types": "^6.0.19", "babylon": "^6.0.18", "lodash.assign": "^3.2.0", "lodash.pick": "^3.1.0" }, "scripts": { "bootstrap": "git submodule update --init && cd eslint && npm install", "eslint": "cd eslint && mocha -c tests/lib/rules/*.js -r ../eslint-tester.js", "test": "mocha", "lint": "./node_modules/eslint/bin/eslint.js ./test index.js acorn-to-esprima.js", "preversion": "npm test" }, "author": "Sebastian McKenzie ", "license": "MIT", "bugs": { "url": "https://github.com/babel/babel-eslint/issues" }, "homepage": "https://github.com/babel/babel-eslint", "devDependencies": { "eslint": "^1.10.2", "espree": "^2.2.5", "mocha": "^2.3.3" } }