UNPKG

google-closure-linter

Version:

NPM wrapper for Google Closure Linter command-line tools, for when you want to add a python dependency but not a pip dependency.

29 lines (28 loc) 781 B
{ "name": "google-closure-linter", "version": "1.2.0", "description": "NPM wrapper for Google Closure Linter command-line tools, for when you want to add a python dependency but not a pip dependency.", "homepage": "https://github.com/hamms/google-closure-linter", "repository": { "type": "git", "url": "git+https://github.com/hamms/google-closure-linter.git" }, "bugs": { "url": "https://github.com/hamms/google-closure-linter/issues" }, "author": { "name": "Elijah Hamovitz", "email": "elijah.hamovitz@gmail.com" }, "keywords": [ "closure-linter" ], "scripts": { "postversion": "git push && git push --tags && npm publish" }, "license": "MIT", "bin": { "gjslint": "./gjslint", "fixjsstyle": "./fixjsstyle" } }