pipeline-handyman
Version:
Gulp pipeline with handy functions for the other pipelines
49 lines • 1.07 kB
JSON
{
"name": "pipeline-handyman",
"version": "1.0.0",
"description": "Gulp pipeline with handy functions for the other pipelines",
"author": "Juan P. Osorio <jposorio@kenzan.com> (https://github.com/jpoo90)",
"contributors": [
{
"name": "Owen Buckley",
"email": "obuckley@kenzan.com"
},
{
"name": "Chris Sharon",
"email": "csharon@kenzan.com"
}
],
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/kenzanlabs/pipeline-handyman"
},
"keywords": [
"Gulp",
"Tools",
"Keystone",
"Pipeline"
],
"preferGlobal": false,
"publishConfig": {
"registry": "http://registry.npmjs.org/"
},
"engines": {
"node": ">=0.10.3",
"npm": ">=1.0.20"
},
"analyze": true,
"license": "Apache 2",
"dependencies": {
"del": "2.2.0",
"gulp": "3.9.0",
"gulp-util": "3.0.6",
"lodash": "3.10.1"
},
"devDependencies": {
"chai": "3.4.0",
"pipeline-test-node": "0.4.0-RC1",
"pipeline-validate-js": "0.3.0",
"sinon": "1.17.2"
}
}