-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
48 lines (48 loc) · 1.07 KB
/
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
40
41
42
43
44
45
46
47
48
{
"name": "treetables",
"version": "1.2.1",
"description": "jquery plugin extending jquery-datatables to support tree data",
"keywords": [
"DataTables",
"DataTable",
"table",
"grid",
"jquery-plugin",
"treetable",
"tree",
"TreeTables"
],
"main": "treeTable.js",
"scripts": {
"compile": "gulp sass",
"test": "jest"
},
"jest": {
"coverageDirectory": "./coverage/",
"collectCoverage": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/reside-ic/TreeTables.git"
},
"author": "Alex Hill",
"license": "MIT",
"bugs": {
"url": "https://github.com/reside-ic/TreeTables/issues"
},
"homepage": "https://github.com/reside-ic/TreeTables#readme",
"dependencies": {
"datatables.net": "^1.10.19",
"jquery": "^3.4.1"
},
"devDependencies": {
"bootstrap": "^4.3.1",
"datatables.net-bs4": "^1.10.19",
"datatables.net-dt": "^1.10.19",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"jest": "^24.8.0"
}
}