UNPKG

gulp-standardize

Version:
37 lines (36 loc) 807 B
{ "name": "gulp-standardize", "version": "1.1.0", "description": "Standard JS Linter for Gulp", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/michaelgilley/gulp-standardize.git" }, "keywords": [ "standard", "snazzy", "gulpplugin" ], "author": "Michael Gilley", "license": "MIT", "bugs": { "url": "https://github.com/michaelgilley/gulp-standardize/issues" }, "homepage": "https://github.com/michaelgilley/gulp-standardize#readme", "dependencies": { "chalk": "^1.1.1", "gulp-util": "^3.0.7", "standard": "^5.3.1", "text-table": "^0.2.0", "through2": "^2.0.0" }, "devDependencies": { "gulp": "^3.9.0", "mocha": "^2.3.3", "should": "^7.1.1" } }