UNPKG

linter

Version:

Code quality tools collection in one module

32 lines 981 B
{ "name": "linter", "description": "Code quality tools collection in one module", "version": "0.0.7", "author": "Oleg Slobodskoi <oleg008@gmail.com>", "repository": { "type": "git", "url": "http://github.com/kof/node-linter.git" }, "keywords": [ "code quality", "code style", "stylechecker", "lint", "jslint", "closure-linter", "closure-compiler" ], "directories": { "lib": "./lib" }, "bin": { "linter": "./bin/cli.js" }, "main": "./lib/linter.js", "engines": { "node": ">= 0.3.6" }, "dependencies": { "argsparser": ">= 0.0.3", "sharedjs": ">= 0.0.1" }, "scripts": { "install": "make install" }, "licenses": [ { "type": "MIT", "url" : "http://www.opensource.org/licenses/mit-license.php" }, { "type": "Apache License, Version 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0" } ] }