1
0
mirror of https://github.com/librenms/librenms.git synced 2024-10-07 16:52:45 +00:00
Files
librenms-librenms/bower.json
David Morse 5b1dfbec94 Merge remote-tracking branch 'ducksboard/bug-493-jquery-no-global-fail'
* ducksboard/bug-493-jquery-no-global-fail:
  Fix for bug  including unit tests to prove.
2015-04-07 19:24:36 -06:00

25 lines
446 B
JSON

{
"name": "gridster",
"homepage": "https://github.com/DecksterTeam/gridster.js",
"version": "0.6.5",
"dependencies": {
"jquery": "#2.0.3",
"requirejs": "^2.1.17",
"qunit": "~1.18.0"
},
"main": [
"dist/jquery.gridster.js",
"dist/jquery.gridster.css"
],
"private": true,
"ignore": [
".bowerrc",
".gitignore",
"CONTRIBUTING.md",
"Gruntfile.js",
"package.json",
"src/",
"test/"
]
}