You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
296 B
18 lines
296 B
{
|
|
"name": "xlsx-js",
|
|
"homepage": "https://github.com/clarketm/js-xlsx",
|
|
"main": "./xlsx.js",
|
|
"version": "0.8.8",
|
|
"dependencies": {
|
|
"jzip": "^1.0.0"
|
|
},
|
|
"ignore": [
|
|
"**/.*"
|
|
],
|
|
"keywords": [
|
|
"excel",
|
|
"xlsx",
|
|
"xml",
|
|
"js-xlsx"
|
|
]
|
|
}
|
|
|