-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 890 Bytes
/
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
{
"name": "query-builder-to-string",
"version": "1.0.0",
"description": "This is a simple library to convert rules created from jQuery Query Builder to String Format",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aravindnc/query-builder-to-string.git"
},
"keywords": [
"node",
"rules",
"engine",
"jquery",
"querybuilder",
"query",
"builder",
"rulesengine",
"rules",
"engine",
"query",
"builder",
"converter"
],
"author": "= <=> (=)",
"license": "MIT",
"bugs": {
"url": "https://github.com/aravindnc/query-builder-to-string/issues"
},
"homepage": "https://github.com/aravindnc/query-builder-to-string#readme",
"readme": "README.md",
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.0.5"
}
}