blob: d1cded16c4ac6e35ef8ecdd1eeb1076ab4608d4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"name": "planet-tyrian",
"version": "0.1.0",
"description": "tyrian - planet template pack",
"author": "Max Magorsch",
"license": "BSD-2-Clause",
"repository": {
"type": "git",
"url": "https://anongit.gentoo.org/git/sites/planet-tyrian.git"
},
"keywords": [
"planet",
"pluto",
"blank",
"planet-templates",
"gentoo",
"tyrian"
],
"dependencies": {
"@gentoo/tyrian": "git+https://anongit.gentoo.org/git/sites/tyrian-theme.git",
"bootstrap-datepicker": "^1.9.0"
}
}
|