UNPKG

pipeline-validate-js

Version:
66 lines (65 loc) 1.42 kB
{ "name": "pipeline-validate-js", "version": "1.0.4", "description": "Gulp pipeline to validate js files using ESLint", "author": "Juan P. Osorio <jposorio@kenzan.com> (https://github.com/jpoo90)", "contributors": [ { "name": "Owen Buckley", "email": "obuckley@kenzan.com" }, { "name": "Chris Sharon", "email": "csharon@kenzan.com" }, { "name": "Paul Barry", "email": "pbarry@kenzan.com" } ], "scripts": { "build": "./node_modules/.bin/gulp build" }, "main": "src/index.js", "repository": { "type": "git", "url": "https://github.com/kenzanlabs/pipeline-validate-js" }, "keywords": [ "Gulp", "jscs", "eslint", "Keystone", "Pipeline" ], "preferGlobal": false, "private": false, "publishConfig": { "registry": "http://registry.npmjs.org/" }, "engines": { "node": ">=4.0.0", "npm": ">=2.14.0" }, "analyze": true, "license": "Apache 2", "dependencies": { "gulp-eslint": "3.0.1", "lazypipe": "1.0.1", "lodash": "4.17.4", "pipeline-handyman": "1.0.0", "through2": "2.0.3" }, "devDependencies": { "chai": "3.5.0", "dirty-chai": "1.2.2", "fs-extra": "1.0.0", "gulp": "3.9.1", "isstream": "0.1.2", "mocha": "3.2.0", "pipeline-test-node": "1.1.1", "rimraf": "2.5.4", "sinon": "1.17.7", "sinon-chai": "2.8.0" } }