-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 871 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": "mongoose-datatables-serverside",
"version": "1.0.0",
"description": "Mongoose-DataTables-Server simplifies server-side DataTables integration with MongoDB using Mongoose. Easily construct and execute queries, enabling advanced data searching, sorting, and pagination for your web applications.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/AnasQiblawi/mongoose-datatables-serverside.git"
},
"keywords": [
"Node.JS",
"MongoDB",
"mongoose",
"DataTables",
"datatables.net",
"server-side",
"Express",
"ExpressJS"
],
"author": "Anas Qiblawi <anashgt@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/AnasQiblawi/mongoose-datatables-serverside/issues"
},
"homepage": "https://github.com/AnasQiblawi/mongoose-datatables-serverside#readme"
}