-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathbower.json
42 lines (42 loc) · 1.05 KB
/
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
41
42
{
"name": "angular-export-table",
"version": "0.2.0",
"authors": [
"epotignano <[email protected]>"
],
"description": "directive that allows us to export HTML tables",
"main": [
"export/table-export-directive.js",
"export/table-export-option-directive.js",
"kayalshri-table-export.jquery.plugin-a891806/table-export.js",
"kayalshri-table-export.jquery.plugin-a891806/jquery.base64.js",
"kayalshri-table-export.jquery.plugin-a891806/html2canvas.js",
"kayalshri-table-export.jquery.plugin-a891806/jspdf/jspdf.js",
"kayalshri-table-export.jquery.plugin-a891806/jspdf/libs/base64.js",
"kayalshri-table-export.jquery.plugin-a891806/jspdf/libs/sprintf.js"
],
"moduleType": [
"amd",
"es6",
"globals"
],
"keywords": [
"Angular",
"tables",
"HTML",
"table",
"export"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "^1.4.0",
"angular-smart-table": "~2.1.3"
}
}