{
  "name": "csv-to-html-table",
  "version": "1.0.2",
  "description": "display csv file as HTML table in the browser",
  "main": "dist/csv-to-html.min.js",
  "scripts": {
    "build": "rollup -c -o dist/csv-to-html.min.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "csv",
    "html",
    "react",
    "tables",
    "json"
  ],
  "author": "joshi-chinmay",
  "license": "ISC",
  "devDependencies": {
    "@babel/core": "^7.2.2",
    "@babel/preset-env": "^7.2.3",
    "@babel/preset-react": "^7.0.0",
    "babel-preset-react": "^6.24.1",
    "react": "^16.6.3",
    "rollup": "^0.67.4",
    "rollup-plugin-babel": "^4.0.3",
    "rollup-plugin-uglify": "^6.0.0"
  }
}
