{
    "name": "modulerizr-webpack-plugin",
    "version": "1.0.1",
    "description": "Integrate a powerful, component based architecture to your legacy project with one webpack-plugin",
    "main": "index.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "start": "npm --prefix ./sample/ run start"
    },
    "keywords": [
        "modulerizr",
        "webpack",
        "components"
    ],
    "author": "Manuel Gelsen",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "https://github.com/bassdman/modulerizr-webpack-plugin.git"
    },
    "bugs": {
        "url": "https://github.com/bassdman/modulerizr-webpack-plugin.git/issues"
    },
    "dependencies": {
        "cheerio": "^1.0.0-rc.3",
        "colors": "^1.4.0",
        "css-tree": "^1.0.0-alpha.39",
        "find": "^0.3.0",
        "fs-extra": "^8.1.0",
        "glob": "^7.1.6",
        "html-webpack-plugin": "^5.5.0",
        "loader-utils": "^3.2.1",
        "vm2": "^3.8.4"
    }
}