forked from dhobi/datatables.colResize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 792 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
{
"name": "datatables.net-colresize-unofficial",
"version": "1.7.1",
"description": "Plugin to resize columns by mouse drag or touch.",
"main": "./jquery.dataTables.colResize.js",
"types": "./types.d.ts",
"files": [
"jquery.dataTables.colResize.js",
"jquery.dataTables.colResize.css",
"types.d.ts"
],
"repository": {
"type": "git",
"url": "git+https://github.com/dhobi/datatables.colResize.git"
},
"keywords": [],
"dependencies": {
"datatables.net": ">=1.10.9",
"jquery": ">=1.7"
},
"moduleType": [
"globals",
"amd",
"node"
],
"author": "Daniel Hobi",
"license": "MIT",
"bugs": {
"url": "https://github.com/dhobi/datatables.colResize/issues"
},
"homepage": "https://github.com/dhobi/datatables.colResize#readme"
}