Skip to content

Commit

Permalink
Enhanced meta info in bower.json and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkudrna committed Sep 1, 2014
1 parent 55edf46 commit b31e0e5
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
26 changes: 24 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,34 @@
{
"name": "synergic-ui",
"description": "Synergic UI is a UI library for building responsive admin interfaces. Built on Bootstrap 3.",
"version": "0.1.0",
"homepage": "http://ui.synergic.cz",
"authors": [
"http://www.adamkudrna.cz",
"http://www.synergic.cz"
],
"description": "Synergic UI",
"license": "MIT",
"homepage": "ui.synergic.cz",
"keywords": [
"bootstrap",
"extension",
"css",
"less",
"mobile-first",
"responsive",
"front-end",
"web"
],
"main": [
"./dist/css/synergic-ui.css",
"./dist/css/synergic-ui.min.css",
"./dist/fonts/glyphicons-halflings-regular.eot",
"./dist/fonts/glyphicons-halflings-regular.svg",
"./dist/fonts/glyphicons-halflings-regular.ttf",
"./dist/fonts/glyphicons-halflings-regular.woff"
],
"ignore": [
".*"
],
"dependencies": {
"bootstrap": "~3.2.0",
"less-modules": "~0.2.1"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "synergic-ui",
"version": "0.1.0",
"description": "Synergic UI",
"description": "Synergic UI is a UI library for building responsive admin interfaces. Built on Bootstrap 3.",
"repository": {
"type": "git",
"url": "[email protected]:synergic-cz/synergic-ui.git"
Expand Down

0 comments on commit b31e0e5

Please sign in to comment.