Site Web en PHP pour présenter des photos
https://superflux.antopie.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
708 B
38 lines
708 B
{
|
|
"name": "ubuntu-fontface",
|
|
"version": "0.1.13",
|
|
"main": [
|
|
"./ubuntu.css",
|
|
"./ubuntu.min.css",
|
|
"./_ubuntu.scss",
|
|
"./ubuntu.less"
|
|
],
|
|
"homepage": "https://github.com/earaujoassis/ubuntu-fontface",
|
|
"authors": [
|
|
"Ewerton Assis <earaujoassis@gmail.com>"
|
|
],
|
|
"description": "Ubuntu Font Family Bower-ready (also SASS-ready, LESS-ready, and plain CSS-ready)",
|
|
"keywords": [
|
|
"ubuntu",
|
|
"font",
|
|
"fontface",
|
|
"css",
|
|
"sass",
|
|
"less",
|
|
"web",
|
|
"design"
|
|
],
|
|
"license": [
|
|
"MIT",
|
|
"Ubuntu Font License"
|
|
],
|
|
"ignore": [
|
|
"**/.*",
|
|
"fonts/original-pack",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests",
|
|
"site"
|
|
]
|
|
}
|
|
|