json2xls
Version:
canonically transform json to an excel document
16 lines (15 loc) • 398 B
JSON
{
"name": "json2xls",
"version": "0.1.2",
"description": "canonically transform json to an excel document",
"main": "lib/json2xls.js",
"scripts": {
"test": "jasmine-node spec"
},
"repository": "https://github.com/rikkertkoppes/json2xls",
"author": "Rikkert Koppes <rikkert@rikkertkoppes.com",
"license": "BSD-2-Clause",
"dependencies": {
"excel-export": "~0.3.11"
}
}