forked from mistic100/jQuery-QueryBuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
46 lines (46 loc) · 974 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
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "jQuery-QueryBuilder",
"authors": [
{
"name": "Damien \"Mistic\" Sorel",
"email": "contact@git.strangeplanet.fr",
"homepage": "https://www.strangeplanet.fr"
}
],
"description": "jQuery plugin for user friendly query/filter creator",
"main": [
"dist/js/query-builder.js",
"dist/css/query-builder.default.css"
],
"dependencies": {
"jquery": ">=1.10.0",
"bootstrap": ">=3.1.0 <4",
"moment": ">=2.6.0",
"jquery-extendext": ">=0.1.2",
"doT": ">=1.0.3"
},
"keywords": [
"jquery",
"query",
"builder",
"filter"
],
"license": "MIT",
"homepage": "https://querybuilder.js.org",
"repository": {
"type": "git",
"url": "git://github.com/mistic100/jQuery-QueryBuilder.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"build",
"src",
"tests",
"composer.json",
"package.json",
"Gruntfile.js",
"CONTRIBUTING.md"
]
}