gridstack.js/bower.json

29 lines
525 B
JSON
Raw Normal View History

2015-03-06 09:57:12 +01:00
{
"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"
]
}