From 81156b25d86cc629c6d6ec9c36e91f8123b4e30a Mon Sep 17 00:00:00 2001 From: RobertoGonzalez Date: Mon, 19 Jan 2015 19:02:47 -0300 Subject: [PATCH] Updated bower. --- bower.json | 33 +++++++++++++++++++++++---------- 1 file changed, 23 insertions(+), 10 deletions(-) diff --git a/bower.json b/bower.json index 3327bdc..6883d11 100644 --- a/bower.json +++ b/bower.json @@ -1,24 +1,37 @@ { - "name": "blockrain", + "name": "Blockrain.js", "version": "0.1.0", "description": "Add a game of tetris to your site", - "main": "blockrain.jquery.js", + "main": "build/blockrain.jquery.min.js", + "repository": { + "type": "git", + "url": "git://github.com/Aerolab/blockrain.js.git" + }, "license": "MIT", "authors": [ "Aerolab " ], "keywords": [ - "jquery", + "tetris", + "blockrain", "ui", - "scrolling", - "header", - "midnight" + "game", + "jquery" ], "ignore": [ "assets", - "index.html", - "AUTHORS.txt", + "dist", + "src", + + ".gitignore", + "Copyright", "gulpfile.js", - "package.json" - ] + "index.html", + "LICENSE.txt", + "package.json", + + "node_modules", + "bower_components", + ], + "homepage": "https://github.com/Aerolab/blockrain.js" }