mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
22 lines
394 B
JSON
22 lines
394 B
JSON
{
|
|
"name": "gridster",
|
|
"homepage": "https://github.com/DecksterTeam/gridster.js",
|
|
"version": "0.6.5",
|
|
"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/"
|
|
]
|
|
} |