add bower package

This commit is contained in:
Pavel Reznikov 2015-03-06 00:57:12 -08:00
parent 160e56af30
commit 918b882661

28
bower.json Normal file
View file

@ -0,0 +1,28 @@
{
"name": "gridstack",
"version": "0.2.2",
"homepage": "https://github.com/troolee/gridstack.js",
"authors": [
"Pavel Reznikov <pashka.reznikov@gmail.com>"
],
"description": "gridstack.js is a jQuery plugin for widget layout",
"main": "dist/gridstack.min.js",
"moduleType": [
"amd"
],
"keywords": [
"gridstack",
"grid",
"gridster",
"layout",
"jquery"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}