{
  "name": "d3-webpack-loader",
  "version": "0.1.1",
  "description": "Automatically bundle D3 v4 modules under a single `d3` import with D3 Webpack Loader.",
  "keywords": [
    "d3",
    "webpack",
    "loader",
    "modules",
    "d3 v4"
  ],
  "main": "index.js",
  "scripts": {
    "lint": "eslint index.js tests example",
    "test:install": "node tests/fixtures/installFixtures",
    "test": "mocha tests/*-test.js",
    "test:watch": "mocha --watch tests/*-test.js",
    "preversion": "npm run lint"
  },
  "author": "Peter Beshai <peter.beshai@gmail.com> (https://github.com/pbeshai)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/pbeshai/d3-webpack-loader.git"
  },
  "dependencies": {
    "async": "^2.1.1",
    "loader-utils": "^0.2.16"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "eslint": "^3.7.1",
    "eslint-config-airbnb-base": "^8.0.0",
    "eslint-plugin-import": "^1.16.0",
    "mocha": "^3.1.2",
    "webpack": "^1.13.2"
  },
  "peerDependencies": {
    "webpack": ">=1.13.1 || ^2.1.0-beta"
  }
}
