forked from contributte/datagrid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
34 lines (34 loc) · 771 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "ublaboo-datagrid",
"homepage": "https://github.com/ublaboo/datagrid",
"authors": [
"Pavel Janda <[email protected]>"
],
"description": "Assets for php package ublaboo/datagrid",
"main": [
"./assets/dist/datagrid.js",
"./assets/dist/datagrid.css"
],
"keywords": [
"datagrid",
"ublaboo"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"/src",
"composer.json",
"tests"
],
"dependencies": {
"jquery": ">= 1.11.0 <3.0",
"happy": ">= 1.0.0",
"bootstrap-datepicker": ">= 1.6.0",
"nette-forms": "^2.3",
"nette.ajax.js": ">= 2.1.0",
"jquery-ui-sortable": "https://github.com/ryantbrown/jquery-ui-sortable.git",
"bootstrap": ">= 3.3.0"
}
}