UNPKG

gulp-stylint

Version:
42 lines (41 loc) 821 B
{ "name": "gulp-stylint", "version": "4.0.2", "description": "Gulp plugin for stylus stylint linter", "license": "MIT", "repository": "danielhusar/gulp-stylint", "author": { "email": "dano.husar@gmail.com", "name": "Daniel Husar", "url": "https://github.com/danielhusar" }, "engines": { "node": ">=0.10.0" }, "scripts": { "pretest": "jshint index.js test.js", "test": "mocha" }, "files": [ "index.js" ], "keywords": [ "gulpplugin", "linter", "stylint", "stylus" ], "dependencies": { "plugin-error": "^1.0.1", "stylint": "1.4.1", "through2": "^2.0.1", "vinyl": "^2.1.0" }, "devDependencies": { "chalk": "^1.1.3", "jshint": "^2.9.3", "mocha": "^3.1.0", "sinon": "^1.17.6", "stylint-stylish": "^1.4.0" } }