librenms/lib/gridster/bower.json
laf c5d4c0a49f Add 'lib/gridster/' from commit 'a7ed9a4adec9f7c8361ad6f392993a1f0b9c1601'
git-subtree-dir: lib/gridster
git-subtree-mainline: 80f8419dac
git-subtree-split: a7ed9a4ade
2015-11-10 21:43:44 +00:00

32 lines
565 B
JSON

{
"name": "gridster",
"homepage": "dsmorse.github.io/gridster.js/",
"version": "0.6.10",
"dependencies": {
"jquery": "^2.1.3"
},
"devDependencies": {
"requirejs": "^2.1.17",
"qunit": "~1.18.0"
},
"main": [
"dist/jquery.gridster.js",
"dist/jquery.gridster.css"
],
"private": false,
"ignore": [
".bowerrc",
".jshintrc",
".gitignore",
".travis.yml",
"CONTRIBUTING.md",
"Gruntfile.js",
"package.json",
"test/",
"gridster.js-rails.gemspec",
"Gemfile",
"Gemfile.lock",
"lib"
]
}