You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
751 B
34 lines
751 B
{ |
|
"name": "vinyl-buffer", |
|
"description": "Convert streaming vinyl files to use buffers", |
|
"version": "1.0.1", |
|
"main": "index.js", |
|
"dependencies": { |
|
"bl": "^1.2.1", |
|
"through2": "^2.0.3" |
|
}, |
|
"devDependencies": { |
|
"tape": "~2.5.0", |
|
"vinyl-source-stream": "~2.0.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-buffer" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/hughsk/vinyl-buffer/issues" |
|
}, |
|
"homepage": "https://github.com/hughsk/vinyl-buffer", |
|
"keywords": [ |
|
"vinyl", |
|
"gulpfriendly", |
|
"convert", |
|
"buffer", |
|
"stream" |
|
] |
|
}
|
|
|