UNPKG

gulp-fixmyjs

Version:
49 lines (48 loc) 1.1 kB
{ "name": "gulp-fixmyjs", "version": "1.0.2", "description": "fixmyjs plugin for gulp", "keywords": [ "fix", "gulpplugin", "fixmyjs", "jshint", "linting", "js", "lint" ], "author": { "name": "Kirill Cherkashin", "url": "https://github.com/kirjs" }, "repository": "kirjs/gulp-fixmyjs", "files": [ "index.js" ], "scripts": { "test": "istanbul test _mocha --report html -- test/*.js --reporter spec", "test-debug": "node --debug-brk istanbul test _mocha --report html -- test/*.js --reporter spec", "coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && istanbul-coveralls" }, "dependencies": { "fixmyjs": "*", "gulp-util": "^3.0.1", "jshint": "~2.6.3", "rcloader": "~0.1.4", "through2": "*" }, "devDependencies": { "coveralls": "*", "event-stream": "*", "istanbul": "*", "istanbul-coveralls": "^1.0.1", "mocha": "*", "mocha-lcov-reporter": "*", "should": "^4.0.4" }, "engines": { "node": ">=0.9.0", "npm": ">=1.2.10" }, "license": "MIT" }