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.

31 lines
739 B
JSON

{
"name": "@joepie91/gulp-partial-run-process",
"version": "1.0.1",
"description": "Runs an external process and passes through its output to a gulp-named-log logger",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://git.cryto.net/joepie91/node-gulp-partial-run-process.git"
},
"keywords": [
"gulp",
"partial",
"logging",
"livereload"
],
"author": "Sven Slootweg",
"license": "WTFPL",
"dependencies": {
"ps-tree": "^1.0.1",
"stream-to-logger": "0.0.1"
},
"devDependencies": {
"@joepie91/gulp-preset-es2015": "^1.0.1",
"babel-preset-es2015": "^6.6.0",
"gulp": "^3.9.1"
}
}