aboutsummaryrefslogtreecommitdiff
blob: 8231bace279dbb193f072ebe1d8cd744ea42b3b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "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"
  ],
  "scripts": {
        "prepare": "npm run dist"
  },
  "dependencies": {
    "@gentoo/tyrian": "git+https://anongit.gentoo.org/git/sites/tyrian-theme.git",
    "bootstrap-datepicker": "^1.9.0"
  }
}