{
  "name": "@x-nivo/api",
  "version": "0.56.1",
  "description": "Rendering API for nivo dataviz React/d3 components",
  "main": "src/app.js",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/plouc/nivo/blob/master/LICENSE.md"
    }
  ],
  "author": {
    "name": "Raphaël Benitte",
    "url": "https://github.com/plouc"
  },
  "engineStrict": true,
  "engines": {
    "node": ">=6.0.0"
  },
  "devDependencies": {
    "mustache": "^2.3.0",
    "nodemon": "^1.18.10"
  },
  "dependencies": {
    "@x-nivo/bar": "^0.56.1",
    "@x-nivo/bullet": "^0.56.1",
    "@x-nivo/calendar": "^0.56.1",
    "@x-nivo/chord": "^0.56.1",
    "@x-nivo/circle-packing": "^0.56.1",
    "@x-nivo/core": "^0.56.1",
    "@x-nivo/generators": "^0.56.1",
    "@x-nivo/heatmap": "^0.56.1",
    "@x-nivo/legends": "^0.56.1",
    "@x-nivo/line": "^0.56.1",
    "@x-nivo/parallel-coordinates": "^0.56.1",
    "@x-nivo/pie": "^0.56.1",
    "@x-nivo/radar": "^0.56.1",
    "@x-nivo/sankey": "^0.56.1",
    "@x-nivo/scatterplot": "^0.56.1",
    "@x-nivo/stream": "^0.56.1",
    "@x-nivo/sunburst": "^0.56.1",
    "@x-nivo/treemap": "^0.56.1",
    "@x-nivo/voronoi": "^0.56.1",
    "@x-nivo/waffle": "^0.56.1",
    "body-parser": "^1.17.2",
    "compression": "^1.7.0",
    "cors": "^2.8.4",
    "express": "^4.15.4",
    "express-winston": "^2.4.0",
    "joi": "^14.3.0",
    "lodash": "^4.17.4",
    "react": "^16.8.4",
    "react-dom": "^16.8.4",
    "uuid": "^3.1.0",
    "winston": "^2.3.1"
  },
  "scripts": {
    "readme": "node misc/readmeData.js | mustache - misc/README.mustache > README.md",
    "start": "node src/app.js",
    "dev": "nodemon src/app.js"
  },
  "publishConfig": {
    "access": "public"
  }
}
