32 lines
806 B
JSON
32 lines
806 B
JSON
{
|
|
"name": "babel-eslint",
|
|
"version": "4.0.7",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/babel/babel-eslint.git"
|
|
},
|
|
"dependencies": {
|
|
"babel-core": "^5.6.9",
|
|
"lodash.assign": "^3.0.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"
|
|
},
|
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/babel/babel-eslint/issues"
|
|
},
|
|
"homepage": "https://github.com/babel/babel-eslint",
|
|
"devDependencies": {
|
|
"eslint": "^1.1.0",
|
|
"espree": "^2.0.3",
|
|
"mocha": "^2.2.5"
|
|
}
|
|
}
|