{ "name": "babel-eslint", "version": "3.1.11", "description": "", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/babel/babel-eslint.git" }, "dependencies": { "babel-core": "^5.1.8", "lodash.assign": "^3.0.0", "lodash.pick": "^3.1.0" }, "scripts": { "test": "mocha" }, "author": "Sebastian McKenzie ", "license": "MIT", "bugs": { "url": "https://github.com/babel/babel-eslint/issues" }, "homepage": "https://github.com/babel/babel-eslint", "devDependencies": { "eslint": "^0.22.1", "espree": "^2.0.0", "mocha": "^2.1.0" } }