wishthis/node_modules/gulp-tap/package.json
2022-04-08 12:55:35 +02:00

42 lines
1 KiB
JSON

{
"name": "gulp-tap",
"version": "1.0.1",
"description": "Easiest way to tap into a pipeline",
"main": "index.js",
"scripts": {
"pretest": "coffee --compile --map tests",
"test": "tap -J tests/*.js",
"posttest": "rm tests/*.js tests/*.js.map",
"test:cov": "npm test -- --cov",
"coffee": "coffee",
"dev": "coffee --watch --compile tests & coffee --watch --compile src"
},
"repository": {
"type": "git",
"url": "https://github.com/geejs/gulp-tap"
},
"keywords": [
"tap",
"gulp",
"stream"
],
"authors": [
"Mario Gutierrez <mario@mgutz.com>",
"Jon Ege Ronnenberg <jon.ronnenberg@gmail.com>",
"Javey <jiawei23716@sina.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/geejs/gulp-tap/issues"
},
"homepage": "https://github.com/geejs/gulp-tap",
"dependencies": {
"through2": "^2.0.3"
},
"devDependencies": {
"coffee-script": "^1.12.4",
"coveralls": "^2.13.0",
"gulp": "^3.9.1",
"tap": "^10.3.1"
}
}