From bbc5fe27bd713c69185e72ed67af8abc0acbe02e Mon Sep 17 00:00:00 2001 From: Minh Nguyen Date: Tue, 10 Jun 2014 22:30:43 +0700 Subject: [PATCH] update information --- bower.json | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/bower.json b/bower.json index 23c8414..5da399c 100644 --- a/bower.json +++ b/bower.json @@ -1,11 +1,19 @@ { - "name": "kombai/freewall", + "name": "freewall", "version": "1.0.4", + "description": "Freewall is a cross-browser and responsive jQuery plugin to help you create many types of grid layouts.", + "homepage": "http://vnjs.net/www/project/freewall", "main": "freewall.js", - "description": "Freewall is a cross-browser and responsive jQuery plugin to help you create many types of grid layouts", "license": "MIT", - "ignore": [ - ".jshintrc", - "**/*.txt" - ] -} + "author": { + "name": "Minh Nguyen", + "email": "mnx2012@gmail.com" + }, + "dependencies": { + "jquery": ">= 1.7" + }, + "repository": { + "type": "git", + "url": "https://github.com/kombai/freewall.git" + } +} \ No newline at end of file