-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 795 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
{
"name": "kendo-grid-filter-sequelize-converter",
"version": "1.0.0",
"description": "Simple tool for converting Kendo UI Grid filter json to Sequelize 'where' query json",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bartekzawadka/kendo-grid-filter-sequelize-converter.git"
},
"keywords": [
"kendo",
"sequelize"
],
"dependencies": {
"sequelize": "^5.21"
}
"author": "Bartek Zawadka <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/bartekzawadka/kendo-grid-filter-sequelize-converter/issues"
},
"homepage": "https://github.com/bartekzawadka/kendo-grid-filter-sequelize-converter#readme"
}