Masuksini-Real-Estate/public/assets/pwa/excellentexport/bower.json

33 lines
659 B
JSON
Raw Permalink Normal View History

2024-09-07 01:16:49 +00:00
{
"name": "excellentexport",
"main": "excellentexport.js",
"homepage": "http://jordiburgos.com/post/2014/excellentexport-javascript-export-to-excel-csv.html",
"authors": [
"Jordi Burgos <jordiburgos@gmail.com>"
],
"description": "Client side JavaScript export to Excel or CSV",
"moduleType": [
"globals"
],
"keywords": [
"excel",
"export",
"csv",
"javascript",
"client",
"side"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"repository": {
"type": "git",
"url": "git://github.com/jmaister/excellentexport.git"
}
}