{
  "name": "D3.TimeSlider",
  "version": "1.6.6",
  "description": "A D3.js based time slider",
  "homepage": "https://github.com/EOX-A/d3.TimeSlider",
  "author": {
    "name": "EOX IT Services GmbH",
    "url": "http://eox.at/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/EOX-A/d3.TimeSlider.git"
  },
  "bugs": {
    "url": "https://github.com/EOX-A/d3.TimeSlider/issues"
  },
  "license": "MIT",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/EOX-A/d3.TimeSlider/blob/master/License"
    }
  ],
  "main": "d3.timeslider.coffee",
  "devDependencies": {
    "bootstrap": "^3.4.1",
    "browserify-shim": "^3.8.12",
    "chai": "^3.5.0",
    "coffeeify": "^2.0.1",
    "grunt": "~0.4.1",
    "grunt-browserify": "^5.0.0",
    "grunt-bump": "^0.8.0",
    "grunt-coffeelint": "~0.0.6",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-contrib-coffee": "~0.7.0",
    "grunt-contrib-compress": "~0.5.2",
    "grunt-contrib-less": "~0.6.4",
    "grunt-contrib-uglify": "^0.2.7",
    "grunt-contrib-watch": "~0.4.4",
    "mocha": "^3.2.0"
  },
  "dependencies": {
    "d3": "^3.5.17",
    "debounce": "^1.0.0",
    "libcoverage": "^0.1.10"
  },
  "browserify": {
    "transform": [
      "browserify-shim"
    ]
  },
  "browserify-shim": {
    "d3": "global:d3"
  },
  "scripts": {
    "prepublish": "grunt",
    "test": "mocha --compilers coffee:coffee-script/register tests/ --recursive",
    "test:watch": "mocha --compilers coffee:coffee-script/register tests/ --recursive -w"
  }
}
