{
  "name": "@aftertheflood/londonsquared",
  "version": "0.3.2",
  "description": "Visualise london borough data in the style of After the Floods London Squared cartograms",
  "keywords": [
    "d3-module",
    "cartogram",
    "london",
    "visualization"
  ],
  "main": "src/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "serve": "npx browser-sync start --server './'",
    "build": "npx webpack --watch",
    "prepublish": "npx webpack"
  },
  "author": "tom.g.pearson@gmail.com",
  "license": "ISC",
  "dependencies": {
    "d3": "^5.7.0"
  },
  "repository": "https://github.com/aftertheflood/londonsquared",
  "devDependencies": {
    "browser-sync": "^2.26.10",
    "cheerio": "^1.0.0-rc.2",
    "webpack": "^4.43.0",
    "webpack-cli": "^3.3.12"
  }
}
