excel-export-impr
Version:
Data set export to Excel xlsx file (Hyperlinks support)
35 lines (34 loc) • 746 B
JSON
{
"name": "excel-export-impr",
"version": "0.4.1",
"description": "Data set export to Excel xlsx file (Hyperlinks support)",
"main": "index.js",
"scripts": {
"test": "mocha test/main"
},
"repository": {
"type": "git",
"url": "https://github.com/Grievoushead/Node-Excel-Export"
},
"keywords": [
"Excel",
"xlsx"
],
"author": "Grievoushead <sergiy.kozachenko@gmail.com>",
"license": "BSD",
"dependencies": {
"node-zip": "1.x"
},
"devDependencies": {
"mocha": "",
"should": ""
},
"dist": {
"shasum": "f974e94ef4db8f4230759a5b1c71f975ccc95241"
},
"_from": "excel-export@",
"directories": {
"example": "example",
"test": "test"
}
}