{
    "name": "yoso-gulp",
    "description": "A build workflow using gulp to include all JS and CSS dependencies as NPM packages build a deployable package with webpack",
    "version": "6.1.1",
    "repository": {
        "type": "git",
        "url": "http://github.com/doroppu/yoso-gulp.git"
    },
    "homepage": "https://github.com/doroppu/yoso-gulp",
    "bugs": {
        "url": "https://github.com/doroppu/yoso-gulp/issues"
    },
    "license": "WTFPL",
    "author": {
        "name": "Lukas Zech",
        "email": "lukas-zech-software@users.noreply.github.com",
        "url": "https://github.com/lukas-zech-software"
    },
    "contributors": [{
        "name": "Jan Nahody",
        "email": "jan.nahody@gmail.com",
        "url": "https://github.com/nahody"
    }],
    "engines": {
        "node": ">=4.0.0"
    },
    "dependencies": {
        "babel-core": "^5.8.33",
        "babel-loader": "^5.3.3",
        "cssnano": "^3.5.2",
        "del": "^2.0.2",
        "environment-config-webpack-loader": "git://github.com/doroppu/environment-config-webpack-loader.git#0.0.1",
        "extend": "^3.0.0",
        "gulp": "^3.9.0",
        "gulp-autoprefixer": "^3.1.0",
        "gulp-babel": "^5.3.0",
        "gulp-concat": "^2.6.0",
        "gulp-connect": "^3.2.0",
        "gulp-htmlmin": "^1.3.0",
        "gulp-if": "^2.0.0",
        "gulp-jasmine": "^2.0.0",
        "gulp-jscs": "^3.0.2",
        "gulp-jshint": "^2.0.0",
        "gulp-ng-annotate": "^2.0.0",
        "gulp-open": "^1.0.0",
        "gulp-plumber": "^1.1.0",
        "gulp-postcss": "^6.0.1",
        "gulp-rename": "^1.2.2",
        "gulp-replace": "^0.5.4",
        "gulp-uglify": "^1.4.1",
        "gulp-util": "^3.0.7",
        "html-minify-loader": "^1.1.0",
        "html-webpack-plugin": "^2.12.0",
        "jshint-stylish": "^2.0.1",
        "json-loader": "^0.5.3",
        "merge-stream": "^1.0.0",
        "mkdirp": "^0.5.1",
        "postcss-autoreset": "^1.1.5",
        "postcss-cssnext": "^2.4.0",
        "postcss-discard-comments": "^2.0.3",
        "postcss-export-vars": "^0.2.0",
        "postcss-import": "^8.0.2",
        "postcss-sorting": "^1.1.0",
        "postcss-use": "^2.0.2",
        "precss": "^1.4.0",
        "raw-loader": "^0.5.1",
        "relative-file-loader": "git://github.com/doroppu/relative-file-loader.git",
        "require-dir": "^0.3.0",
        "run-sequence": "^1.1.2",
        "vinyl-source-stream": "^1.1.0",
        "webpack": "^1.12.3"
    }
}
