librenms-librenms/bower.json
floyd_hawkes fc75ce5d46 Release v0.6.3
2015-03-06 14:41:24 -05:00

22 lines
394 B
JSON

{
"name": "gridster",
"homepage": "https://github.com/DecksterTeam/gridster.js",
"version": "0.6.3",
"dependencies": {
"jquery": "~1.11.2"
},
"main": [
"dist/jquery.gridster.js",
"dist/jquery.gridster.css"
],
"private": true,
"ignore": [
".bowerrc",
".gitignore",
"CONTRIBUTING.md",
"Gruntfile.js",
"package.json",
"src/",
"test/"
]
}