gulp-bro
Version:
gulp + browserify + incremental build, done right.
66 lines (65 loc) • 1.58 kB
JSON
{
"name": "gulp-bro",
"version": "2.0.0",
"description": "gulp + browserify + incremental build, done right.",
"author": "Nicolas Gryman <ngryman@gmail.com> (http://ngryman.sh/)",
"license": "MIT",
"repository": "ngryman/gulp-bro",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "eslint {,test/}*.js && nyc ava",
"coverage": "nyc report --reporter=text-lcov | codecov",
"check-coverage": "nyc check-coverage --lines 95 --functions 95 --branches 95",
"see-coverage": "nyc report --reporter=html && open coverage/index.html",
"contributors": "contributor-faces --exclude '*-bot'"
},
"precommit": [
"test",
"check-coverage",
"contributors"
],
"keywords": [
"browserify",
"gulp",
"recipe",
"simple",
"stream",
"task",
"watchify"
],
"ava": {
"files": [
"test/*.js"
]
},
"eslintConfig": {
"extends": "ngryman"
},
"dependencies": {
"ansi-colors": "^4.1.1",
"browserify": "^16.5.0",
"browserify-incremental": "^3.1.1",
"concat-stream": "^2.0.0",
"fancy-log": "^1.3.3",
"through2": "^3.0.1"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"ava": "^2.4.0",
"babelify": "^10.0.0",
"catch-stdout": "0.0.1",
"chokidar": "^3.2.3",
"codecov.io": "^0.1.6",
"contributor-faces": "^1.0.0",
"eslint": "^6.6.0",
"eslint-config-ngryman": "^1.7.0",
"nyc": "^14.1.1",
"pre-commit": "^1.1.2",
"stream-assert": "^2.0.3",
"vinyl-fs": "^3.0.1"
}
}