mirror of
https://github.com/optilude/xlsx-template.git
synced 2026-07-02 00:17:39 +08:00
47 lines
973 B
JSON
47 lines
973 B
JSON
{
|
|
"name": "xlsx-template",
|
|
"version": "0.0.6",
|
|
"description": "Generate .xlsx (Excel) files from templates built in Excel",
|
|
"main": "./lib/index",
|
|
"author": {
|
|
"name": "Martin Aspeli"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Martin Aspeli",
|
|
"email": "optilude@gmail.com"
|
|
},
|
|
{
|
|
"name": "Andrey Kurdyumov",
|
|
"email": "kant2002@gmail.com"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/optilude/xlsx-template.git"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/optilude/xlsx-template/issues"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://github.com/optilude/xlsx-template/raw/master/LICENSE"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"elementtree": "0.1.6",
|
|
"node-zip": "1.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"buster": "0.7.18",
|
|
"grunt": "~1.0.1",
|
|
"grunt-buster": "~0.4.2"
|
|
},
|
|
"scripts": {
|
|
"test": "buster-test"
|
|
},
|
|
"readme": "",
|
|
"readmeFilename": "README.md"
|
|
}
|