forked from mistic100/jQuery-QueryBuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
46 lines (46 loc) · 1.18 KB
/
composer.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": "mistic100/jquery-querybuilder",
"version": "2.4.0",
"authors": [{
"name": "Damien \"Mistic\" Sorel",
"email": "[email protected]",
"homepage": "https://www.strangeplanet.fr"
}],
"description": "jQuery plugin for user friendly query/filter creator",
"require": {
"robloach/component-installer": "*",
"components/jquery": ">=1.10.0",
"moment/moment": ">=2.6.0",
"components/bootstrap": ">=3.1.0 <4"
},
"keywords": [
"jquery",
"query",
"builder",
"filter"
],
"license": "MIT",
"homepage": "https://querybuilder.js.org",
"support": {
"issues": "https://github.com/mistic100/jQuery-QueryBuilder/issues"
},
"extra": {
"component": {
"styles": [
"dist/css/query-builder.default.css"
],
"scripts": [
"dist/js/query-builder.standalone.js"
],
"files": [
"dist/css/query-builder.default.min.css",
"dist/css/query-builder.dark.css",
"dist/css/query-builder.dark.min.css",
"dist/js/query-builder.js",
"dist/js/query-builder.min.js",
"dist/js/query-builder.standalone.min.js",
"dist/i18n/*.js"
]
}
}
}