1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27{
"name": "eslint-project-relative",
"version": "0.3.0",
"description": "run the right eslint for your project from flycheck or syntastic",
"main": "index.js",
"bin": {
"eslint-project-relative": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"eslint",
"relative",
"flycheck",
"syntastic"
],
"author": "Jake Teton-Landis",
"license": "ISC",
"dependencies": {
"kexec": "2.0.2",
"resolve": "1.1.7",
"shelljs": "0.6.0",
"yargs": "3.32.0"
}
}