{
    "name": "gulp-resources",
    "description": "Extracts js/css/less and other resources from html",
    "version": "0.5.0",
    "homepage": "https://github.com/gevgeny/gulp-resources",
    "author": {
        "name": "Eugene Gluhotorenko",
        "email": "e.gluhotorenko@gmail.com"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/gevgeny/gulp-resources.git"
    },
    "bugs": {
        "url": "https://github.com/gevgeny/gulp-resources/issues"
    },
    "licenses": [
        {
            "type": "MIT",
            "url": "https://github.com/gevgeny/gulp-resources/blob/master/LICENSE"
        }
    ],
    "engines": {
        "node": ">= 0.10.29"
    },
    "dependencies": {
        "lodash": "^4.17.4",
        "cheerio": "^0.22.0",
        "glob" : "^7.1.1",
        "gulp-util": "^3.0.8",
        "through2" : "^2.0.3"
    },
    "devDependencies": {
        "mocha": "*",
        "should": "*",
        "gulp-mocha": "^3.0.1",
        "gulp": "^3.9.1",
        "gulp-jshint": "^2.0.4"
    },
    "scripts": {
        "test": "mocha"
    },
    "keywords": [
        "gulpplugin", "html-resources"
    ]
}
