UNPKG

946 BJSONView Raw
1{
2 "name": "gulp-streamify",
3 "description": "Wrap old plugins to support streams.",
4 "version": "0.0.3",
5 "homepage": "https://github.com/nfroidure/gulp-streamify",
6 "author": {
7 "name": "Nicolas Froidure",
8 "url": "http://www.insertafter.com/blog.html"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/nfroidure/gulp-streamify.git"
13 },
14 "bugs": {
15 "url": "https://github.com/nfroidure/gulp-streamify/issues"
16 },
17 "licenses": [
18 {
19 "type": "MIT",
20 "url": "https://github.com/nfroidure/gulp-streamify/blob/master/LICENSE"
21 }
22 ],
23 "main": "src/index.js",
24 "engines": {
25 "node": ">= 0.10.0"
26 },
27 "scripts": {
28 "test": "mocha tests/*.mocha.js"
29 },
30 "keywords": [
31 "gulpplugin",
32 "gulp",
33 "gulp-plugin",
34 "stream",
35 "wrapper"
36 ],
37 "devDependencies": {
38 "mocha": "~1.16.2",
39 "event-stream": "~3.0.20"
40 },
41 "dependencies": {
42 "gulp-util": "~2.2.12"
43 }
44}