mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
git-subtree-dir: lib/gridster git-subtree-mainline: 80f8419dac97766a22ded5fa86186ced2b704178 git-subtree-split: a7ed9a4adec9f7c8361ad6f392993a1f0b9c1601
32 lines
565 B
JSON
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"
|
|
]
|
|
}
|