forked from mistic100/jQuery-QueryBuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
37 lines (37 loc) · 785 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
{
"name": "jQuery-QueryBuilder",
"version": "1.3.0",
"authors": [{
"name": "Damien \"Mistic\" Sorel",
"homepage": "http://www.strangeplanet.fr"
}],
"description": "jQuery plugin for user friendly query/filter creator",
"main": [
"dist/query-builder.js",
"dist/query-builder.css"
],
"dependencies" : {
"jquery": ">= 1.9.0",
"bootstrap": "^3.1.0",
"momentjs": "^2.6.0"
},
"keywords": [
"jquery",
"query",
"builder",
"filter"
],
"license": "MIT",
"homepage": "https://github.com/mistic100/jQuery-QueryBuilder",
"repository": {
"type": "git",
"url": "git://github.com/mistic100/jQuery-QueryBuilder.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}