-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
41 lines (41 loc) · 985 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
38
39
40
41
{
"name": "datatables-bootstrap3-plugin",
"description": "jQuery DataTables plugin and Bootstrap 3 integration.",
"version": "0.6.0",
"author": {
"name": "Aleksandr Ivanov",
"email": "[email protected]"
},
"keywords": [
"javascript",
"datatables",
"bootstrap",
"jquery-plugin",
"jquery"
],
"main": "media/js/datatables-bootstrap3.js",
"repository": {
"type": "git",
"url": "https://github.com/misantron/datatables-bootstrap3-plugin.git"
},
"bugs": {
"url": "https://github.com/misantron/datatables-bootstrap3-plugin/issues"
},
"license": "MIT",
"dependencies": {
"bootstrap": "^3.3",
"font-awesome": "^4.7",
"datatables": "^1.10",
"jquery": "^3.3"
},
"engines": {
"node": ">=0.10.*"
},
"homepage": "https://github.com/misantron/datatables-bootstrap3-plugin",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}