UNPKG

1.76 kBJSONView Raw
1{
2 "name": "jQuery-QueryBuilder",
3 "version": "2.4.4",
4 "author": {
5 "name": "Damien \"Mistic\" Sorel",
6 "email": "contact@git.strangeplanet.fr",
7 "url": "http://www.strangeplanet.fr"
8 },
9 "description": "jQuery plugin for user friendly query/filter creator",
10 "main": "dist/js/query-builder.js",
11 "dependencies": {
12 "jquery": ">=1.9.0",
13 "bootstrap": ">=3.1.0",
14 "moment": ">=2.6.0",
15 "jquery-extendext": ">=0.1.2",
16 "dot": ">=1.0.3"
17 },
18 "devDependencies": {
19 "deepmerge": "^0.2.0",
20 "foodoc": "git://github.com/mistic100/foodoc.git#custom",
21 "grunt": "^1.0.0",
22 "grunt-banner": "^0.6.0",
23 "grunt-contrib-clean": "^1.0.0",
24 "grunt-contrib-concat": "^1.0.0",
25 "grunt-contrib-connect": "^1.0.0",
26 "grunt-contrib-copy": "^1.0.0",
27 "grunt-contrib-cssmin": "^1.0.0",
28 "grunt-contrib-jshint": "^1.0.0",
29 "grunt-contrib-qunit": "^0.7.0",
30 "grunt-contrib-sass": "^1.0.0",
31 "grunt-contrib-uglify": "^1.0.0",
32 "grunt-contrib-watch": "^1.0.0",
33 "grunt-coveralls": "^1.0.0",
34 "grunt-injector": "^1.1.0",
35 "grunt-jscs": "^2.8.0",
36 "grunt-jsdoc": "^2.1.0",
37 "grunt-open": "^0.2.3",
38 "grunt-qunit-blanket-lcov": "^0.3.0",
39 "grunt-sass-injection": "^1.0.3",
40 "grunt-scss-lint": "^0.3.8",
41 "grunt-wrap": "^0.3.0",
42 "jit-grunt": "^0.10.0",
43 "time-grunt": "^1.3.0"
44 },
45 "keywords": [
46 "jquery",
47 "query",
48 "builder",
49 "filter"
50 ],
51 "license": "MIT",
52 "homepage": "https://github.com/mistic100/jQuery-QueryBuilder",
53 "repository": {
54 "type": "git",
55 "url": "git://github.com/mistic100/jQuery-QueryBuilder.git"
56 },
57 "bugs": {
58 "url": "https://github.com/mistic100/jQuery-QueryBuilder/issues"
59 },
60 "scripts": {
61 "test": "grunt test"
62 }
63}