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.
37 lines
837 B
37 lines
837 B
8 years ago
|
{
|
||
|
"name": "web-greeter-theme-default",
|
||
|
"version": "2.2.2",
|
||
|
"description": "Default theme for LightDM Web Greeter.",
|
||
|
"homepage": "https://github.com/antergos/web-greeter",
|
||
|
"main": "index.js",
|
||
|
"repository": {
|
||
|
"url": "antergos/web-greeter.git",
|
||
|
"type": "git"
|
||
|
},
|
||
|
"author": {
|
||
|
"name": "Antergos Linux Project",
|
||
|
"email": "dev@antergos.com",
|
||
|
"url": "https://antergos.com"
|
||
|
},
|
||
|
"license": "GPL-3",
|
||
|
"bugs": "https://github.com/antergos/web-greeter/issues",
|
||
|
"config": {},
|
||
|
"wg_theme": {
|
||
|
"display_name": "Default",
|
||
8 years ago
|
"supports": ["3"],
|
||
8 years ago
|
"entry_point": "./index.html",
|
||
|
"styles": [
|
||
|
"bootswatch-paper",
|
||
|
"font-awesome",
|
||
|
"./css/style.css"
|
||
|
],
|
||
|
"scripts": [
|
||
|
"jquery",
|
||
|
"bootstrap",
|
||
|
"cookie",
|
||
|
"./js/translations.js",
|
||
|
"./js/greeter.js"
|
||
|
]
|
||
|
}
|
||
|
}
|