Create bower.json

This commit is contained in:
Tropicalista
2014-08-24 09:10:45 +02:00
parent b6ec35252d
commit a027c6c2dd
+16
View File
@@ -0,0 +1,16 @@
{
"name": "gridster",
"description": "Gridster",
"version": "0.5.5",
"main": [
"./dist/jquery.gridster.css",
"./dist/jquery.gridster.js"
],
"ignore": [
"*/.*",
"*.json",
"src",
"test",
"*.md"
]
}