UNPKG

json-to-excel

Version:
28 lines (27 loc) 619 B
{ "name": "json-to-excel", "version": "1.0.1", "description": "json to excel for download", "main": "app.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/qixin1991/json-to-excel.git" }, "keywords": [ "json", "excel", "nodejs" ], "author": "Qi Xin <me@qixin.io>", "license": "ISC", "bugs": { "url": "https://github.com/qixin1991/json-to-excel/issues" }, "homepage": "https://github.com/qixin1991/json-to-excel#readme", "dependencies": { "excel-export": "^0.5.1" } }