mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-27 00:28:47 +00:00
22 lines
403 B
JSON
22 lines
403 B
JSON
{
|
|
"name": "WebFont-OpenSans",
|
|
"version": "0.0.2",
|
|
"authors": [
|
|
"sonicparke <github@sonicparke.com>"
|
|
],
|
|
"description": "Google WebFonts OpenSans For Bower Install",
|
|
"main": "css/stylesheet.css",
|
|
"keywords": [
|
|
"opensans",
|
|
"webfont"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|