UNPKG

inline-css-brunch

Version:

Brunch plugin to read your CSS files as strings in JS.

32 lines (31 loc) 746 B
{ "name": "inline-css-brunch", "version": "2.0.0", "description": "Brunch plugin to read your CSS files as strings in JS.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/colinbate/inline-css-brunch.git" }, "keywords": [ "brunch", "brunchplugin", "css", "inline" ], "author": "Colin Bate <colin@colinbate.com>", "license": "MIT", "bugs": { "url": "https://github.com/colinbate/inline-css-brunch/issues" }, "homepage": "https://github.com/colinbate/inline-css-brunch#readme", "dependencies": { "anymatch": "^1.3.0" }, "peerDependencies": { "brunch": ">=2.6.0" } }