forked from mistic100/jQuery-QueryBuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.11 KB
/
package.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "jQuery-QueryBuilder",
"version": "2.5.0",
"author": {
"name": "Damien \"Mistic\" Sorel",
"email": "contact@git.strangeplanet.fr",
"url": "https://www.strangeplanet.fr"
},
"description": "jQuery plugin for user friendly query/filter creator",
"main": "dist/js/query-builder.js",
"dependencies": {
"bootstrap": ">=3.1.0 <4",
"dot": ">=1.0.3",
"jquery": "^3.3.1",
"jquery-extendext": ">=0.1.2",
"moment": "^2.21.0"
},
"devDependencies": {
"awesome-bootstrap-checkbox": "^0.3.7",
"blanket": "^1.2.3",
"bootbox": "^4.4.0",
"bootstrap-select": "^1.12.4",
"bootstrap-slider": "^10.0.0",
"bootswatch-dist": "git+https://github.com/dbtek/bootswatch-dist.git#slate",
"chosenjs": "^1.4.3",
"deepmerge": "^2.1.0",
"foodoc": "^0.0.9",
"grunt": "^1.0.2",
"grunt-banner": "^0.6.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-connect": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-qunit": "^2.0.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-coveralls": "^1.0.0",
"grunt-injector": "^1.1.0",
"grunt-jscs": "^3.0.1",
"grunt-jsdoc": "^2.2.1",
"grunt-open": "^0.2.3",
"grunt-qunit-blanket-lcov": "^1.0.0",
"grunt-sass": "^2.1.0",
"grunt-sass-injection": "^1.0.3",
"grunt-sass-lint": "^0.2.2",
"grunt-wrap": "^0.3.0",
"interactjs": "^1.3.3",
"jit-grunt": "^0.10.0",
"qunit": "^2.5.1",
"selectize": "^0.12.4",
"sql-parser-mistic": "^1.2.2",
"time-grunt": "^1.3.0"
},
"keywords": [
"jquery",
"query",
"builder",
"filter"
],
"license": "MIT",
"homepage": "https://querybuilder.js.org",
"repository": {
"type": "git",
"url": "git://github.com/mistic100/jQuery-QueryBuilder.git"
},
"bugs": {
"url": "https://github.com/mistic100/jQuery-QueryBuilder/issues"
},
"scripts": {
"build": "grunt",
"serve": "grunt serve",
"test": "grunt test"
}
}