UNPKG

@klauke-enterprises/antonia

Version:

CSS & JavaScript library for designing simple but effective websites. A collection mainly dominated by Font Awesome, Google Fonts and Bootstrap Grid.

43 lines (42 loc) 1.15 kB
{ "name": "@klauke-enterprises/antonia", "version": "3.0.0", "description": "CSS & JavaScript library for designing simple but effective websites. A collection mainly dominated by Font Awesome, Google Fonts and Bootstrap Grid.", "main": "index.js", "scripts": { "build": "bash build/buildPackage.sh" }, "devDependencies": { "less": "latest" }, "repository": { "type": "git", "url": "git+https://github.com/klauke-enterprises/antonia.git" }, "files": [ "dist/style.css", "dist/components/buttons.less", "dist/components/navigation.less", "dist/components/footer.less", "dist/components/buttons.css", "dist/components/navigation.css", "dist/components/contact-header.css", "dist/components/footer.css", "dist/util/vars.less" ], "keywords": [ "fontawesome", "googlefonts", "bootstrap", "grid", "css", "library", "klauke" ], "author": "Felix Klauke <info@felix-klauke.de>", "license": "MIT", "bugs": { "url": "https://github.com/klauke-enterprises/antonia/issues" }, "homepage": "https://github.com/klauke-enterprises/antonia#readme" }