You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
817 B
JSON

{
"name": "gulp-named-log",
"version": "1.0.1",
"description": "A simple utility module for name-prefixed logging, especially in Gulp",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.cryto.net/joepie91/node-gulp-named-log.git"
},
"keywords": [
"gulp",
"logging"
],
"author": "Sven Slootweg",
"license": "WTFPL",
"dependencies": {
"chalk": "^1.1.1",
"fancy-log": "^1.2.0",
"repeat-string": "^1.5.4",
"through2-spy": "^2.0.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-cached": "^1.1.0",
"gulp-plumber": "^1.1.0",
"gulp-remember": "^0.3.0",
"gulp-util": "^3.0.7"
}
}