UNPKG

@northbrook/eslint

Version:
41 lines (40 loc) 1.03 kB
{ "name": "@northbrook/eslint", "version": "2.0.1", "description": "Northbrook Plugin for ESlint", "main": "lib/index.js", "scripts": { "preversion": "nb buba", "test": "nb eslint && nb mocha", "commit": "nb commit", "release": "nb release" }, "repository": { "type": "git", "url": "git+https://github.com/northbrookjs/eslint.git" }, "keywords": [ "northbrook", "plugin", "eslint", "standard" ], "author": "Tylor Steinberger <tlsteinberger167@gmailcom> (https://github.com/TylorS)", "license": "MIT", "bugs": { "url": "https://github.com/northbrookjs/eslint/issues" }, "homepage": "https://github.com/northbrookjs/eslint#readme", "dependencies": { "eslint": "^3.13.0", "eslint-config-standard": "^6.2.1", "eslint-plugin-promise": "^3.4.0", "eslint-plugin-standard": "^2.0.1", "findup-sync": "^0.4.3", "northbrook": "^4.3.5" }, "devDependencies": { "@northbrook/buba": "^1.0.0", "@northbrook/mocha": "^2.1.1" } }