gridstack.js/bower.json

37 lines
668 B
JSON
Raw Permalink Normal View History

2015-03-06 09:57:12 +01:00
{
"name": "gridstack",
2016-08-20 22:33:40 +02:00
"version": "0.3.0-dev",
2015-03-06 09:57:12 +01:00
"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.js",
"dist/gridstack.css"
],
2015-03-06 09:57:12 +01:00
"moduleType": [
"amd"
],
"dependencies": {
2016-08-10 03:53:51 +02:00
"lodash": ">= 4.14.2",
"jquery": ">= 3.1.0",
"jquery-ui": ">= 1.12.0"
},
2015-03-06 09:57:12 +01:00
"keywords": [
"gridstack",
"grid",
"gridster",
"layout",
"jquery"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}