aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gulp-stream/package.json
blob: 07b10c3afa75002ef9f55396c6bbd200fd4bc552 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "gulp-stream",
  "version": "0.0.2",
  "description": "Make sure all gulp file contents are available as streams",
  "repository": "jeromew/gulp-stream",
  "licence": "MIT",
  "author": "Jérôme Wagner",
  "keywords": [
    "gulp",
    "gulpplugin"
  ],
  "dependencies": {
    "through2": "~0.4.0"
  },
  "devDependencies": {
    "mocha": "~1.17.0",
    "vinyl": "~0.2.3"
  },
  "scripts": {
    "test": "make test"
  }
}