Files
librenms-librenms/bower.json
T

25 lines
446 B
JSON
Raw Normal View History

2015-02-25 09:47:43 -05:00
{
"name": "gridster",
"homepage": "https://github.com/DecksterTeam/gridster.js",
2015-04-06 16:19:38 -04:00
"version": "0.6.5",
2015-02-25 09:47:43 -05:00
"dependencies": {
"jquery": "#2.0.3",
"requirejs": "^2.1.17",
"qunit": "~1.18.0"
2015-02-25 09:47:43 -05:00
},
2015-02-25 09:51:56 -05:00
"main": [
"dist/jquery.gridster.js",
"dist/jquery.gridster.css"
],
2015-02-25 09:47:43 -05:00
"private": true,
"ignore": [
".bowerrc",
".gitignore",
"CONTRIBUTING.md",
"Gruntfile.js",
"package.json",
"src/",
"test/"
]
}