{
  "name": "regl-map-animation",
  "version": "1.2.21",
  "description": "Configurable animation showing a transition from categorized geographic points on a map into a chart",
  "main": "build/reglmapanimation.min.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "npm run build-dev",
    "build": "npm run build-prod",
    "server": "webpack-dev-server --mode development",
    "build-dev": "webpack --config webpack.config.dev.js",
    "build-prod": "webpack --config webpack.config.prod.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eurostat/regl-map-animation.git"
  },
  "files": [
    "build"
  ],
  "keywords": [
    "regl",
    "map",
    "eurostat",
    "animation",
    "webgl"
  ],
  "author": "Joe Davies",
  "license": "EUPL",
  "bugs": {
    "url": "https://github.com/eurostat/regl-map-animation/issues"
  },
  "homepage": "https://github.com/eurostat/regl-map-animation#readme",
  "dependencies": {
    "d3": "^7.8.4",
    "regl": "^2.1.0"
  },
  "devDependencies": {
    "ccapture.js": "^1.1.0",
    "css-loader": "^3.4.2",
    "style-loader": "^1.1.3",
    "webpack": "^5.85.0",
    "webpack-cli": "5.1.1",
    "webpack-livereload-plugin": "^3.0.2"
  }
}
