diff options
author | Max Magorsch <arzano@gentoo.org> | 2020-03-01 22:33:52 +0100 |
---|---|---|
committer | Max Magorsch <arzano@gentoo.org> | 2020-03-01 22:33:52 +0100 |
commit | eaac808928c1b8a37010df20ce088d254854b1f9 (patch) | |
tree | 496e371ed1660a42b4194f7b77af46f16ca1f4d5 /package.json | |
download | planet-tyrian-eaac808928c1b8a37010df20ce088d254854b1f9.tar.gz planet-tyrian-eaac808928c1b8a37010df20ce088d254854b1f9.tar.bz2 planet-tyrian-eaac808928c1b8a37010df20ce088d254854b1f9.zip |
Add initial version of the tyrian pluto theme
Signed-off-by: Max Magorsch <arzano@gentoo.org>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..d1cded1 --- /dev/null +++ b/package.json @@ -0,0 +1,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" + } +} |