lint-filter
Version:
Lint touched code stricter
69 lines (68 loc) • 1.61 kB
JSON
{
"name": "lint-filter",
"version": "1.4.2",
"description": "Lint touched code stricter",
"main": "./lib",
"bin": "./lint-filter.js",
"scripts": {
"prepublish": "babel src -d lib",
"test": "nyc -a --require babel-core/register ava",
"lint": "eslint .",
"coverage": "nyc -a --require babel-core/register --reporter cobertura ava --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/relekang/lint-filter.git"
},
"keywords": [
"lint"
],
"author": "Rolf Erik Lekang <me@rolflekang.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/relekang/lint-filter/issues"
},
"homepage": "https://github.com/relekang/lint-filter#readme",
"ava": {
"files": [
"test/formatters/*.js",
"test/utils/*.js",
"test/*.js"
],
"babel": "inherit",
"require": [
"babel-register",
"babel-polyfill"
]
},
"nyc": {
"include": [
"src/**"
]
},
"dependencies": {
"babel-polyfill": "6.8.0",
"bluebird": "3.3.5",
"chalk": "1.1.3",
"checkstyle-formatter": "1.0.0",
"commander": "2.9.0",
"in-range": "1.0.0",
"lodash": "4.11.2",
"stdin": "0.0.1",
"xml2js": "0.4.16"
},
"devDependencies": {
"ava": "0.14.0",
"babel": "6.5.2",
"babel-cli": "6.8.0",
"babel-core": "6.8.0",
"babel-eslint": "6.0.4",
"babel-preset-es2015": "6.6.0",
"babel-preset-stage-2": "6.5.0",
"eslint": "2.9.0",
"eslint-config-airbnb-base": "3.0.1",
"eslint-plugin-import": "1.8.0",
"nyc": "6.4.4",
"sinon": "1.17.4"
}
}