This repository has been archived on 2023-05-26. You can view files and clone it, but cannot push or open issues or pull requests.
web/bibli/ubuntu/site/bower.json

37 lines
693 B
JSON
Executable File

{
"name": "ubuntu-fontface/site",
"version": "0.1.13",
"homepage": "https://github.com/earaujoassis/ubuntu-fontface",
"authors": [
"Ewerton Assis <earaujoassis@gmail.com>"
],
"description": "Static website for the ubuntu-fontface project",
"keywords": [
"ubuntu",
"font",
"fontface",
"css",
"sass",
"less",
"web",
"design"
],
"main": "none",
"moduleType": [],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"_build/components",
"test",
"tests"
],
"dependencies": {
"foundation": "~5.5.2",
"octicons": "~3.1.0",
"ubuntu-fontface": "~0.1.13"
}
}