{
  "name": "d3-jetpack-module",
  "version": "0.0.19",
  "description": "handy shortcuts for d3",
  "keywords": [
    "d3",
    "d3-module"
  ],
  "license": "BSD-3-Clause",
  "main": "build/d3-jetpack-module.js",
  "jsnext:main": "index",
  "module": "index",
  "homepage": "https://github.com/1wheel/d3-jetpack-module",
  "repository": {
    "type": "git",
    "url": "https://github.com/1wheel/d3-jetpack-module.git"
  },
  "scripts": {
    "pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -g d3-selection:d3,d3-transition:d3,d3-axis:d3,d3-scale:d3,d3-queue:d3,d3-collection:d3,d3-request:d3 -n d3 -o build/d3-jetpack-module.js -- index.js",
    "test": "tape 'test/test-*.js'",
    "prepublish": "npm run pretest && bin/rollup",
    "postpublish": "bin/rollup"
  },
  "devDependencies": {
    "d3": "4",
    "d3-selection-multi": "1",
    "eslint": "2",
    "jsdom": "9",
    "package-preamble": "0.0",
    "rollup": "0.41",
    "rollup-plugin-ascii": "0.0",
    "rollup-plugin-node-resolve": "2",
    "tape": "4",
    "uglify-js": "2"
  },
  "dependencies": {
    "d3": "4"
  },
  "author": {
    "name": "Adam Pearce",
    "email": "1wheel@gmail.com",
    "url": "http://roadtolarissa.com/"
  },
  "contributors": [
    {
      "name": "Gregor Aisch",
      "email": "mail@driven-by-data.net",
      "url": "http://driven-by-data.net/"
    },
    {
      "name": "Adam Pearce",
      "email": "1wheel@gmail.com",
      "url": "http://roadtolarissa.com/"
    }
  ]
}
