summaryrefslogtreecommitdiffstats
path: root/src/wwwroot/libraries/fomantic/tasks/config/admin/templates/composer.json
blob: ddc49b9d7cc1be4cd3215278ecb355eafcb577f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name"        : "fomantic/ui",
  "description" : "Fomantic empowers designers and developers by creating a shared vocabulary for UI.",
  "homepage"    : "https://fomantic-ui.com",
  "authors": [
    {
      "name" : "Jack Lukic",
      "email": "jacklukic@gmail.com",
      "homepage"  : "http://www.jacklukic.com",
      "role" : "Creator"
    }
  ],
  "keywords": [
    "fomantic",
    "fomantic-ui",
    "semantic",
    "ui",
    "css",
    "framework"
  ],
  "license" : "MIT"
}