aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gulp-debug/package.json
blob: 78ecf3f9e47369cb31b2a32e11698a7cbf345490 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
  "name": "gulp-debug",
  "version": "3.2.0",
  "description": "Debug Vinyl file streams to see what files are run through your Gulp pipeline",
  "license": "MIT",
  "repository": "sindresorhus/gulp-debug",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "engines": {
    "node": ">=4"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "gulpplugin",
    "debug",
    "debugging",
    "inspect",
    "log",
    "logger",
    "vinyl",
    "file",
    "fs"
  ],
  "dependencies": {
    "chalk": "^2.3.0",
    "fancy-log": "^1.3.2",
    "plur": "^2.0.0",
    "stringify-object": "^3.0.0",
    "through2": "^2.0.0",
    "tildify": "^1.1.2"
  },
  "devDependencies": {
    "ava": "*",
    "gulp": "^3.8.10",
    "p-event": "^1.0.0",
    "sinon": "^4.1.3",
    "strip-ansi": "^4.0.0",
    "vinyl": "^2.1.0",
    "xo": "*"
  },
  "ava": {
    "serial": true
  }
}