github.com/fanux/shipyard@v0.0.0-20161009071005-6515ce223235/controller/static/semantic/tasks/config/admin/templates/bower.json (about)

     1  {
     2    "name"        : "Component",
     3    "description" : "Component distribution",
     4    "homepage"    : "http://www.semantic-ui.com",
     5    "author": {
     6      "name" : "Jack Lukic",
     7      "web"  : "http://www.jacklukic.com"
     8    },
     9    "ignore": [
    10      "./index.js"
    11    ],
    12    "keywords": [
    13      "semantic",
    14      "ui",
    15      "css3",
    16      "framework"
    17    ],
    18    "license" : [
    19      "http://semantic-ui.mit-license.org/"
    20    ],
    21    "ignore": [
    22      "docs",
    23      "node",
    24      "server",
    25      "spec",
    26      "src",
    27      "test"
    28    ]
    29  }