UNPKG

json2csvexporter

Version:
69 lines (68 loc) 1.58 kB
{ "name": "json2csvexporter", "version": "0.5.1", "author": "Filip Danic <filipdanic7@gmail.com> (https://danicfilip.com)", "main": "dist/CSVExportService.js", "module": "module/CSVExportService.js", "scripts": { "rollup": "rollup --config", "babel": "babel -d lib/ src/", "compile": "npm run babel && npm run rollup", "prepublish": "npm run compile" }, "description": "A simple JSON to CSV converter.", "contributors": [ { "name": "Filip Danic", "email": "filipdanic7@gmail.com", "twitter": "@DanicFilip", "github": "filipdanic" }, { "name": "Onno van der Zee", "github": "ovanderzee" }, { "name": "Erick Zhao", "github": "erickzhao" }, { "name": "androidfanboi", "github": "androidfanboi" }, { "name": "Rajat", "github": "RajatDM1" } ], "repository": { "type": "git", "url": "git@github.com:filipdanic/json2csvexporter.git" }, "keywords": [ "csv", "tsv", "json2csv", "json2tsv", "csv export", "download csv", "csv client download", "exporter", "front-end" ], "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.9.0", "@babel/preset-env": "^7.9.0", "core-js": "^3.6.4", "rollup": "^2.3.0", "rollup-plugin-babel": "^4.4.0" }, "engine": "node >= 0.10.x", "homepage": "https://github.com/filipdanic/json2csvexporter", "bugs": { "url": "https://github.com/filipdanic/json2csvexporter/issues" }, "private": false, "license": "MIT" }