summaryrefslogtreecommitdiffstats
path: root/src/wwwroot/libraries/fomantic/tasks/config/admin/templates/bower.json
blob: ab4951a96032962ca8ae184f45f30cc0e45e6936 (plain) (blame)
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
27
28
29
{
  "name"        : "Component",
  "description" : "Component distribution",
  "homepage"    : "http://www.semantic-ui.com",
  "author": {
    "name" : "Jack Lukic",
    "web"  : "http://www.jacklukic.com"
  },
  "ignore": [
    "./index.js"
  ],
  "keywords": [
    "semantic",
    "ui",
    "css3",
    "framework"
  ],
  "license" : [
    "http://semantic-ui.mit-license.org/"
  ],
  "ignore": [
    "docs",
    "node",
    "server",
    "spec",
    "src",
    "test"
  ]
}