{
  "name": "peity-vanilla",
  "description": "peity-vanilla is a vanilla version of original piety jQuery plugin that converts an element's content into a mini `svg` pie, line or bar chart.",
  "version": "0.0.8",
  "private": false,
  "author": "www.railsjazz.com",
  "contributors": [
    "Igor Kasyanchuk <igorkasyanchuk@gmail.com>",
    "Liubomyr Manastyretskyi <manastyretskyi@gmail.com>"
  ],
  "license": "MIT",
  "module": "dist/peity-vanilla.es2017-esm.js",
  "main": "dist/peity-vanilla.js",
  "browser": "dist/peity-vanilla.min.js",
  "scripts": {
    "build": "rollup -c",
    "watch": "rollup -wc"
  },
  "devDependencies": {
    "@rollup/plugin-node-resolve": "^13.3.0",
    "rollup": "^2.44.0",
    "rollup-plugin-terser": "^7.0.2"
  },
  "keywords": [
    "chart",
    "graph",
    "sparkline",
    "sparklines",
    "svg",
    "peity"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/railsjazz/peity_vanilla.git"
  },
  "homepage": "https://github.com/railsjazz/peity_vanilla",
  "bugs": {
    "url": "https://github.com/railsjazz/peity_vanilla/issues"
  }
}
