forked from DataTables/SearchPanes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 961 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
33
34
35
36
37
{
"name": "datatables.net-searchpane",
"version": "1.0.1",
"description": "Search Panels for DataTables",
"main": "index.js",
"directories": {
"doc": "docs",
"example": "examples",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DataTables/SearchPane.git"
},
"author": "SpryMedia ltd",
"license": "MIT",
"bugs": {
"url": "https://github.com/DataTables/SearchPane/issues"
},
"homepage": "https://github.com/DataTables/SearchPane#readme",
"dependencies": {
"@types/datatables.net": "^1.10.17",
"@types/datatables.net-buttons": "^1.4.2",
"@types/datatables.net-select": "^1.2.6",
"rollup": "^1.18.0",
"tslint": "^5.18.0",
"tslint-eslint-rules": "^5.4.0"
},
"devDependencies": {
"@types/jquery": "^3.3.31",
"@types/node": "^12.0.10",
"typescript": "^3.5.3"
}
}