UNPKG

vinyl-transform

Version:

Use standard text transform streams to write fewer gulp plugins

41 lines (40 loc) 898 B
{ "name": "vinyl-transform", "description": "Use standard text transform streams to write fewer gulp plugins", "version": "1.0.0", "main": "index.js", "browser": "index.js", "dependencies": { "through2": "~0.4.1", "new-from": "0.0.3", "bl": "~0.7.0" }, "devDependencies": { "tape": "~2.3.2", "gulp": "~3.5.0", "vinyl": "~0.2.3", "map-stream": "~0.1.0" }, "scripts": { "test": "node test" }, "author": "Hugh Kennedy <hughskennedy@gmail.com> (http://hughsk.io/)", "license": "MIT", "repository": { "type": "git", "url": "git://github.com/hughsk/vinyl-transform" }, "bugs": { "url": "https://github.com/hughsk/vinyl-transform/issues" }, "homepage": "https://github.com/hughsk/vinyl-transform", "keywords": [ "vinyl", "gulp", "gulpfriendly", "text", "transform", "streaming", "through" ] }