aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gulp-debug/package.json
blob: 76d7f2d64e1833982f584e7be57c42b3244fe248 (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
{
  "name": "gulp-debug",
  "version": "2.1.2",
  "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": "http://sindresorhus.com"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "gulpplugin",
    "debug",
    "debugging",
    "inspect",
    "log",
    "logger",
    "vinyl",
    "file",
    "inspect",
    "fs"
  ],
  "dependencies": {
    "chalk": "^1.0.0",
    "gulp-util": "^3.0.0",
    "object-assign": "^4.0.1",
    "plur": "^2.0.0",
    "stringify-object": "^2.3.0",
    "through2": "^2.0.0",
    "tildify": "^1.1.2"
  },
  "devDependencies": {
    "gulp": "^3.8.10",
    "mocha": "*",
    "proxyquire": "^1.0.1",
    "sinon": "^1.9.1",
    "strip-ansi": "^3.0.0"
  }
}