UNPKG

vueify-extract-css

Version:

Browserify plugin to extract css when using vueify. Derived from stackcss/css-extract

27 lines (26 loc) 615 B
{ "name": "vueify-extract-css", "version": "0.2.0", "description": "Browserify plugin to extract css when using vueify. Derived from stackcss/css-extract", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": "rawcreative/vueify-extract-css", "keywords": [ "vueify", "extract-css", "css", "extract", "browserify", "plugin", "transform" ], "author": "T. Debo <tim@rawcreativestudios.com>", "license": "MIT", "dependencies": { "falafel": "^1.2.0", "is-require": "0.0.1", "through2": "^2.0.1" } }