{
  "name": "bat-d3-punchcard",
  "version": "1.0.2",
  "description": "Fork of Punchcard using D3.js",
  "main": "index.js",
  "scripts": {
    "build": "webpack"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/batamar/d3-punchcard.git"
  },
  "keywords": [
    "d3",
    "punchcard"
  ],
  "author": {
    "name": "Alex Sun",
    "email": "syaningv@gmail.com",
    "url": "syaning.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/syaning/d3-punchcard/issues"
  },
  "homepage": "https://github.com/syaning/d3-punchcard#readme",
  "dependencies": {
    "d3": "^3.5.17"
  },
  "devDependencies": {
    "babel-loader": "^6.2.4",
    "babel-preset-es2015": "^6.9.0",
    "webpack": "^1.13.1"
  }
}
