UNPKG

@minna-ui/pre-markup

Version:

Svelte markup preprocessor for use in minna-ui projects.

30 lines (29 loc) 773 B
{ "name": "@minna-ui/pre-markup", "version": "0.21.0", "description": "Svelte markup preprocessor for use in minna-ui projects.", "repository": "https://github.com/WeAreGenki/minna-ui/tree/master/utils/pre-markup", "bugs": "https://github.com/WeAreGenki/minna-ui/issues", "homepage": "https://wearegenki.github.io/minna-ui", "author": "Max Milton <max@wearegenki.com>", "license": "Apache-2.0", "keywords": [ "html", "minify-html", "minna-ui", "svelte", "wearegenki" ], "main": "index.js", "peerDependencies": { "svelte": "^2.0.0" }, "dependencies": { "deepmerge": "^3.1.0", "html-minifier": "3.5.21" }, "publishConfig": { "access": "public" }, "gitHead": "a4109343ede002f08f5cefcaef1ac206a3ab4633" }