forked from mistic100/jQuery-QueryBuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.68 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
{
"name": "jQuery-QueryBuilder",
"version": "2.5.0",
"author": {
"name": "Damien \"Mistic\" Sorel",
"email": "[email protected]",
"url": "http://www.strangeplanet.fr"
},
"description": "jQuery plugin for user friendly query/filter creator",
"main": "dist/js/query-builder.js",
"dependencies": {
"jquery": ">=1.9.0",
"bootstrap": ">=3.1.0 <4",
"moment": ">=2.6.0",
"jquery-extendext": ">=0.1.2",
"dot": ">=1.0.3"
},
"devDependencies": {
"deepmerge": "^0.2.0",
"foodoc": "^0.0.8",
"grunt": "^1.0.0",
"grunt-banner": "^0.6.0",
"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": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-qunit": "^0.7.0",
"grunt-contrib-uglify": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-coveralls": "^1.0.0",
"grunt-injector": "^1.1.0",
"grunt-jscs": "^2.8.0",
"grunt-jsdoc": "^2.1.0",
"grunt-open": "^0.2.3",
"grunt-qunit-blanket-lcov": "^0.3.0",
"grunt-sass": "^2.0.0",
"grunt-sass-injection": "^1.0.3",
"grunt-sass-lint": "^0.2.2",
"grunt-wrap": "^0.3.0",
"jit-grunt": "^0.10.0",
"time-grunt": "^1.3.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"
},
"bugs": {
"url": "https://github.com/mistic100/jQuery-QueryBuilder/issues"
},
"scripts": {
"test": "grunt test"
}
}