UNPKG

extract-stilr-webpack-plugin

Version:
43 lines (42 loc) 1.01 kB
{ "name": "extract-stilr-webpack-plugin", "version": "0.1.1", "description": "Extract stilr stylesheets for production use.", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/chcokr/extract-stilr-webpack-plugin.git" }, "keywords": [ "stilr", "extract", "webpack", "plugin", "webpack-plugin" ], "author": "YJ Yang <chcokr@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/chcokr/extract-stilr-webpack-plugin/issues" }, "homepage": "https://github.com/chcokr/extract-stilr-webpack-plugin#readme", "dependencies": { "autoprefixer": "^6.0.2", "eval": "^0.1.1", "find-root": "^0.1.1", "jsdom": "^3.0.0", "loader-utils": "^0.2.11", "lodash.isarray": "^3.0.4", "lodash.isstring": "^3.0.1", "postcss": "^5.0.4" }, "devDependencies": { "chai": "^3.2.0", "rimraf": "^2.4.3", "stilr": "^1.2.1", "webpack": "^1.12.1" } }