fix(gridster): adding bower.json file

This commit is contained in:
floyd_hawkes
2015-02-25 09:47:43 -05:00
parent 61572cd881
commit fa296634eb
+18
View File
@@ -0,0 +1,18 @@
{
"name": "gridster",
"homepage": "https://github.com/DecksterTeam/gridster.js",
"version": "0.6.2",
"dependencies": {
"jquery": "~1.11.2"
},
"private": true,
"ignore": [
".bowerrc",
".gitignore",
"CONTRIBUTING.md",
"Gruntfile.js",
"package.json",
"src/",
"test/"
]
}