-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
45 lines (45 loc) · 1.17 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
{
"name": "data-tables-api",
"version": "2.1.6",
"description": "JQuery DataTables Jenkins Plugin",
"directories": {
"doc": "doc"
},
"dependencies": {
"datatables.net": "2.1.8",
"datatables.net-bs5": "2.1.8",
"datatables.net-buttons": "3.2.0",
"datatables.net-buttons-bs5": "3.1.2",
"datatables.net-colreorder": "2.0.4",
"datatables.net-colreorder-bs5": "2.0.4",
"datatables.net-responsive": "3.0.2",
"datatables.net-responsive-bs5": "3.0.2",
"datatables.net-select": "2.1.0",
"datatables.net-select-bs5": "2.1.0",
"datatables.mark.js": "2.1.0",
"mark.js": "8.11.1",
"luxon": "3.5.0"
},
"devDependencies": {
"remark-cli": "12.0.1",
"remark-lint": "10.0.0",
"remark-preset-lint-recommended": "7.0.0"
},
"scripts": {
"lint-md": "remark .",
"mvnbuild": "",
"mvntest": ""
},
"remarkConfig": {
"plugins": [
"remark-preset-lint-recommended"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/jenkinsci/data-tables-api-plugin.git"
},
"author": "Ullrich Hafner",
"license": "MIT",
"homepage": "https://github.com/jenkinsci/data-tables-api#readme"
}