UNPKG

gulp-pug-lint

Version:
34 lines (33 loc) 744 B
{ "name": "gulp-pug-lint", "version": "0.1.6", "description": "Gulp plugin for pug-lint", "homepage": "https://github.com/emartech/gulp-pug-lint", "repository": "git://github.com/emartech/gulp-pug-lint.git", "main": "index.js", "scripts": { "test": "mocha test/*.spec.js && eslint *.js" }, "keywords": [ "gulp", "plugin", "pug", "lint" ], "author": "Emarsys", "license": "MIT", "dependencies": { "gulp-util": "3.0.7", "pug-lint": "2.1.2", "lodash": "3.10.1", "rcloader": "0.1.4", "through2": "2.0.0" }, "devDependencies": { "chai": "3.4.1", "eslint": "1.10.3", "eslint-config-emarsys": "1.0.0", "pug-lint-config-emarsys": "2.0.0", "mocha": "2.3.4" } }