gjslinter
Version:
Stream wrapper to allow access to Google Closure Linter from NodeJS
34 lines (33 loc) • 729 B
JSON
{
"name": "gjslinter",
"description": "Stream wrapper to allow access to Google Closure Linter from NodeJS",
"keywords": [
"closure-linter",
"gjslinter"
],
"version": "0.0.7",
"homepage": "https://github.com/gobie/gjslinter",
"author": {
"name": "Michal Brašna",
"email": "michal.brasna@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/gobie/gjslinter.git"
},
"bugs": {
"url": "https://github.com/gobie/gjslinter/issues"
},
"license": "MIT",
"main": "index.js",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {},
"dependencies": {
"gulp-util": "^3.0.3",
"merge": "^1.2.0",
"through2": "^0.6.3"
},
"devDependencies": {}
}