Files
cdnjs/ajax/libs/xls/package.json
T
2014-07-29 11:36:35 +08:00

32 lines
572 B
JSON

{
"name": "xls",
"npmName": "xlsjs",
"npmFileMap": [
{
"basePath": "/dist/",
"files": [
"*.js",
"*.map"
]
}
],
"filename": "xls.js",
"version": "0.7.1",
"description": "Javascript XLS (Excel 97-2004) parser",
"homepage": "https://github.com/SheetJS/js-xls",
"license": "Apache License, Version 2.0",
"keywords": [
"excel",
"spreadsheet",
"xls",
"parser"
],
"author": "SheetJS",
"repositories": [
{
"type": "git",
"url": "https://github.com/SheetJS/js-xls.git"
}
]
}