gridstack.js/bower.json
2015-03-06 00:57:12 -08:00

28 lines
525 B
JSON

{
"name": "gridstack",
"version": "0.2.2",
"homepage": "https://github.com/troolee/gridstack.js",
"authors": [
"Pavel Reznikov <pashka.reznikov@gmail.com>"
],
"description": "gridstack.js is a jQuery plugin for widget layout",
"main": "dist/gridstack.min.js",
"moduleType": [
"amd"
],
"keywords": [
"gridstack",
"grid",
"gridster",
"layout",
"jquery"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}