luxjs
Version:
Lux JS code style checker
50 lines (49 loc) • 952 B
JSON
{
"name": "luxjs",
"version": "0.0.5",
"description": "Lux JS code style checker",
"main": "src/index.js",
"scripts": {
"test": "ava && bin/luxjs --node --es5",
"test:watch": "ava --watch"
},
"keywords": [
"lux",
"luxbet",
"code",
"style",
"check",
"checker",
"lint",
"linter",
"config"
],
"author": "Jamie Hoeks <hoeksj@luxbet.com>",
"license": "MIT",
"dependencies": {
"chalk": "^1.1.3",
"eslint": "^2.10.2",
"eslint-config-luxjs": "^0.3.0",
"minimist": "^1.2.0",
"node-watch": "^0.3.5",
"object-assign": "^4.1.0"
},
"devDependencies": {
"ava": "^0.15.1"
},
"repository": {
"type": "git",
"url": "https://github.com/luxbet/luxjs.git"
},
"bugs": {
"url": "https://github.com/luxbet/luxjs/issues"
},
"homepage": "https://github.com/luxbet/luxjs",
"bin": {
"luxjs": "./bin/luxjs"
},
"files": [
"bin",
"src"
]
}