-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 914 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 914 Bytes
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
{
"name": "KnockoutJS Nested DataTable",
"version": "0.1.0",
"authors": [
"https://github.com/Shailu4u"
],
"description": "KnockoutJS Nested Datatable is a KnockoutJS custom component which is easy to use, custom element,nesting tables and extensible. All default dataTable functionalities such as sorting, pagination, search etc are applicable in this component.",
"main": "ko-nested-datatable.js",
"moduleType": [
"amd"
],
"keywords": [
"nested",
"dataTable",
"nested datatable",
"KnockoutJS-Nested-Datatable",
"custom element",
"KnockoutJS custom component",
"KnockoutJS-datatable-component"
],
"license": "MIT",
"homepage": "index.html",
"ignore": [
"**/.*",
"node_modules"
],
"dependencies": {
"requirejs": "~2.1.8",
"requirejs-text":"~2.0.10",
"jquery": "1.11.2",
"knockout": ">3.2.0",
"datatables":"1.10.5"
}
}