33 lines
659 B
JSON
33 lines
659 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|