forked from mistic100/jQuery-QueryBuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 667 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 667 Bytes
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
{
"name": "mistic100/jquery-querybuilder",
"version": "2.4.0",
"authors": [{
"name": "Damien \"Mistic\" Sorel",
"email": "contact@git.strangeplanet.fr",
"homepage": "http://www.strangeplanet.fr"
}],
"description": "jQuery plugin for user friendly query/filter creator",
"require": {
"components/jquery": ">=1.9.0",
"moment/moment": ">=2.6.0",
"twbs/bootstrap": ">=3.1.0"
},
"keywords": [
"jquery",
"query",
"builder",
"filter"
],
"license": "MIT",
"homepage": "https://github.com/mistic100/jQuery-QueryBuilder",
"support": {
"issues": "https://github.com/mistic100/jQuery-QueryBuilder/issues"
}
}