UNPKG

@eklingen/vinyl-stream-notifier

Version:

Small vinyl-stream wrapper -aka Gulp plugin- for node-notifier.

37 lines (36 loc) 843 B
{ "name": "@eklingen/vinyl-stream-notifier", "version": "5.0.2", "description": "Small vinyl-stream wrapper -aka Gulp plugin- for node-notifier.", "repository": { "type": "git", "url": "git+https://github.com/eklingen/vinyl-stream-notifier.git" }, "publishConfig": { "access": "public" }, "author": "Elco Klingen", "license": "MIT", "homepage": "https://github.com/eklingen/vinyl-stream-notifier#readme", "bugs": { "url": "https://github.com/eklingen/vinyl-stream-notifier/issues" }, "keywords": [ "vinyl", "stream", "gulp", "notifier", "node-notifier" ], "main": "index.js", "engines": { "node": ">=20.9.0" }, "packageManager": "yarn@4.0.2", "scripts": { "test": "echo '** TODO: Write tests! **';" }, "dependencies": { "node-notifier": "^10.0.1" } }