24 lines
482 B
JSON
24 lines
482 B
JSON
{
|
|
"name": "excel-export",
|
|
"version": "0.3.11",
|
|
"description": "Simple data set export to Excel xlsx file",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha test/main"
|
|
},
|
|
"repository": "https://github.com/functionscope/Node-Excel-Export",
|
|
"keywords": [
|
|
"Excel",
|
|
"xlsx"
|
|
],
|
|
"author": "Ber-Lin Lai <berlin.lai@gmail.com>",
|
|
"license": "BSD",
|
|
"dependencies":{
|
|
"node-zip":"1.x"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "",
|
|
"should": ""
|
|
}
|
|
}
|