From b31e0e5b2dfc6825bb907feab619c7a182dea67a Mon Sep 17 00:00:00 2001 From: Adam Kudrna Date: Mon, 1 Sep 2014 22:41:42 +0200 Subject: [PATCH] Enhanced meta info in bower.json and package.json --- bower.json | 26 ++++++++++++++++++++++++-- package.json | 2 +- 2 files changed, 25 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index fb1706e5..fe7046f6 100644 --- a/bower.json +++ b/bower.json @@ -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" diff --git a/package.json b/package.json index 29a8e324..46021c64 100644 --- a/package.json +++ b/package.json @@ -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": "git@github.com:synergic-cz/synergic-ui.git"