-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathbower.json
More file actions
49 lines (49 loc) · 968 Bytes
/
bower.json
File metadata and controls
49 lines (49 loc) · 968 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "TableEditor",
"version": "0.0.1",
"description": "TableEditor adds the ability to edit datatable data source.",
"moduleType": [
"amd"
],
"keywords": [
"datatables",
"editable",
"editor",
"tableEditor"
],
"authors": [
"MoJie (https://github.com/mojied)"
],
"license": [
"GPL-2.0",
"MIT"
],
"main": [
"js/jquery.dataTables.tableEditor.js",
"css/jquery.dataTables.tableEditor.css",
"examples/app.js",
"examples/index.html"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": ">=1.7.0",
"datatables": ">=1.10.8",
"select2": "~4.0.0",
"bootstrap-datepicker": "~1.4.0",
"jquery-validation": "~1.14.0"
},
"devDependencies": {
"chai": "latest",
"chai-jquery": "latest",
"jquery-ui": "latest",
"mocha": "latest",
"sinonjs": "latest",
"underscore": "latest"
}
}