24 lines
533 B
JSON
24 lines
533 B
JSON
{
|
|
"name": "lightdm-uestibulum",
|
|
"version": "1.0.0",
|
|
"description": "Custom theme for lightdm-webkit2-greeter.",
|
|
"main": "js/light-uestibulum.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git.jdb-labs.com:jdb/lightdm-uestibulum.git"
|
|
},
|
|
"keywords": [
|
|
"lightdm",
|
|
"greeter"
|
|
],
|
|
"author": "Jonathan Bernard <jonathan@jdbernard.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"backbone": "^1.3.3",
|
|
"jquery": "^3.1.1"
|
|
}
|
|
}
|