{
  "name": "d3-timeline",
  "version": "1.0.1",
  "description": "d3-timeline",
  "main": "src/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ethoinformatics/d3-timeline.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ethoinformatics/d3-timeline/issues"
  },
  "browserify": {
    "transform": [
      "vashify",
      "node-lessify"
    ]
  },
  "homepage": "https://github.com/ethoinformatics/d3-timeline",
  "dependencies": {
    "d3": "^3.4.13",
    "date-math": "0.0.1",
    "lodash": "^3.6.0",
    "node-lessify": "0.0.8",
    "vashify": "^0.4.0"
  },
  "devDependencies": {
    "browserify": "^6.3.2"
  }
}
