Skip to content

Commit 510b05f

Browse files
committed
1 parent 4a00dac commit 510b05f

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

package.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "jquery-datatables-checkboxes",
3+
"version": "1.1.0-dev",
4+
"description": "Checkboxes is an extension for the jQuery DataTables library that provides universal solution for working with checkboxes in a table.",
5+
"main": "./js/dataTables.checkboxes.js",
6+
"keywords": [
7+
"jQuery",
8+
"DataTables",
9+
"checkboxes"
10+
],
11+
"author": {
12+
"name": "Gyrocode",
13+
"url": "http://www.gyrocode.com"
14+
},
15+
"license": "MIT",
16+
"bugs": {
17+
"url": "https://github.com/gyrocode/jquery-datatables-checkboxes/issues"
18+
},
19+
"homepage": "http://www.gyrocode.com/projects/jquery-datatables-checkboxes/",
20+
"dependencies": {
21+
"jquery": ">=1.7",
22+
"datatables.net": ">=1.10"
23+
},
24+
"repository": {
25+
"type": "git",
26+
"url": "https://github.com/gyrocode/jquery-datatables-checkboxes.git"
27+
}
28+
}

0 commit comments

Comments
 (0)