aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gulp-debug/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/gulp-debug/package.json')
-rw-r--r--node_modules/gulp-debug/package.json52
1 files changed, 0 insertions, 52 deletions
diff --git a/node_modules/gulp-debug/package.json b/node_modules/gulp-debug/package.json
deleted file mode 100644
index 78ecf3f9e..000000000
--- a/node_modules/gulp-debug/package.json
+++ /dev/null
@@ -1,52 +0,0 @@
-{
- "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
- }
-}