UNPKG

cross-check

Version:

Multi-project, project level linting

49 lines (48 loc) 1.14 kB
{ "name": "cross-check", "version": "0.1.3", "description": "Multi-project, project level linting", "main": "index.js", "bin": { "cross-check": "./bin/cross-check.js" }, "dependencies": { "appdirs": "^1.1.0", "async-throttle": "^1.0.0", "bunyan": "^1.8.5", "bunyan-format": "^0.2.1", "commander": "^2.9.0", "fs-extra": "^1.0.0", "js-yaml": "^3.7.0", "lodash": "^4.17.4", "mocha": "^3.2.0", "nodegit": "^0.16.0", "npm": "^3.10.10", "nsp": "^2.6.2" }, "devDependencies": { "eslint": "^3.12.2", "eslint-config-airbnb-base": "^11.0.0", "eslint-plugin-import": "^2.2.0", "power-assert": "^1.4.2" }, "scripts": { "test": "make test" }, "repository": { "type": "git", "url": "git+https://github.com/building5/cross-check.git" }, "keywords": [ "lint", "microservices", "cross-project" ], "engines": "^6.9.0", "author": "David M. Lee, II <leedm777@yahoo.com>", "license": "ISC", "bugs": { "url": "https://github.com/building5/cross-check/issues" }, "homepage": "https://github.com/building5/cross-check#readme" }