{
  "name": "d3-selection",
  "version": "1.3.0",
  "description": "Data-driven DOM manipulation: select elements and join them to data.",
  "keywords": [
    "d3",
    "d3-module",
    "dom",
    "selection",
    "data-join"
  ],
  "homepage": "https://d3js.org/d3-selection/",
  "license": "BSD-3-Clause",
  "author": {
    "name": "Mike Bostock",
    "url": "https://bost.ocks.org/mike"
  },
  "main": "dist/d3-selection.js",
  "module": "index",
  "jsnext:main": "index",
  "repository": {
    "type": "git",
    "url": "https://github.com/d3/d3-selection.git"
  },
  "scripts": {
    "pretest": "rm -rf dist && mkdir dist && rollup -c --banner \"$(preamble)\"",
    "test": "tape 'test/**/*-test.js' && eslint index.js src",
    "prepublishOnly": "npm run test && uglifyjs -b beautify=false,preamble=\"'$(preamble)'\" dist/d3-selection.js -c -m -o dist/d3-selection.min.js",
    "postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-selection/dist/d3-selection.js d3-selection.v1.js && cp ../d3-selection/dist/d3-selection.min.js d3-selection.v1.min.js && git add d3-selection.v1.js d3-selection.v1.min.js && git commit -m \"d3-selection ${npm_package_version}\" && git push && cd - && zip -j dist/d3-selection.zip -- LICENSE README.md dist/d3-selection.js dist/d3-selection.min.js"
  },
  "devDependencies": {
    "eslint": "4",
    "jsdom": "11",
    "package-preamble": "0.1",
    "rollup": "0.52",
    "tape": "4",
    "uglify-js": "3.2"
  }
}
