2022-01-21 08:28:41 +00:00
|
|
|
{
|
2022-04-08 10:55:35 +00:00
|
|
|
"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"
|
2022-01-21 08:28:41 +00:00
|
|
|
},
|
2022-04-08 10:55:35 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/geejs/gulp-tap"
|
2022-01-21 08:28:41 +00:00
|
|
|
},
|
2022-04-08 10:55:35 +00:00
|
|
|
"keywords": [
|
|
|
|
"tap",
|
|
|
|
"gulp",
|
|
|
|
"stream"
|
2022-01-21 08:28:41 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
"Mario Gutierrez <mario@mgutz.com>",
|
|
|
|
"Jon Ege Ronnenberg <jon.ronnenberg@gmail.com>",
|
|
|
|
"Javey <jiawei23716@sina.com>"
|
|
|
|
],
|
2022-04-08 10:55:35 +00:00
|
|
|
"license": "MIT",
|
2022-01-21 08:28:41 +00:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/geejs/gulp-tap/issues"
|
|
|
|
},
|
2022-04-08 10:55:35 +00:00
|
|
|
"homepage": "https://github.com/geejs/gulp-tap",
|
2022-01-21 08:28:41 +00:00
|
|
|
"dependencies": {
|
|
|
|
"through2": "^2.0.3"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"coffee-script": "^1.12.4",
|
|
|
|
"coveralls": "^2.13.0",
|
|
|
|
"gulp": "^3.9.1",
|
|
|
|
"tap": "^10.3.1"
|
2022-04-08 10:55:35 +00:00
|
|
|
}
|
2022-01-21 08:28:41 +00:00
|
|
|
}
|