forked from clarketm/TableExport
-
Notifications
You must be signed in to change notification settings - Fork 3
/
bower.json
40 lines (40 loc) · 842 Bytes
/
bower.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
{
"name": "crestapps-tableexport.js",
"version": "6.0.2",
"authors": [
"clarketm <[email protected]>"
],
"description": "The simple, easy-to-implement library to export HTML tables to xlsx, xls, csv, and txt files",
"main": "dist/js/tableexport.js",
"keywords": [
"table",
"export",
"tableexport",
"Excel",
"xlsx",
"xls",
"csv",
"txt",
"jquery-plugin",
"ecosystem:jquery"
],
"dependencies": {
"bootstrap": "^3.3.7",
"jquery": "^3.1.1",
"file-saverjs": "^1.3.6",
"blobjs": "^1.1.1",
"js-xlsx": "^0.14.0"
},
"license": "Apache-2.0",
"homepage": "https://www.travismclarke.com/tableexport/",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"parallax.js": "^1.4.2"
}
}