{
  "name": "patternfly-timeline",
  "version": "1.0.7",
  "description": "A time based / event series interactive visualization using d3.js. Use drag and zoom to navigate in time.",
  "main": "dist/timeline.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/cshinn/patternfly-timeline"
  },
  "dependencies": {
    "d3": "3.5.3",
    "patternfly": "~3.7.0"
  },
  "devDependencies": {
    "babel-core": "6.4.5",
    "babel-eslint": "^4.1.8",
    "babel-loader": "6.2.1",
    "babel-preset-es2015": "6.3.13",
    "babel-preset-stage-0": "^6.3.13",
    "bower": "^1.7.9",
    "configurable.js": "0.1.0",
    "css-loader": "0.19.0",
    "eslint": "1.6.0",
    "eslint-config-airbnb": "0.1.0",
    "extract-text-webpack-plugin": "1.0.1",
    "html-loader": "0.3.0",
    "html-webpack-plugin": "1.6.1",
    "jasmine-core": "2.4.1",
    "jsdom": "1.0.0-pre.6",
    "karma": "^0.13.19",
    "karma-firefox-launcher": "0.1.7",
    "karma-jasmine": "^0.3.6",
    "karma-phantomjs-launcher": "^1.0.1",
    "karma-webpack": "^1.7.0",
    "mocha": "1.21.4",
    "mocha-traceur": "2.1.0",
    "scss-loader": "0.0.1",
    "style-loader": "0.12.4",
    "webpack": "1.12.2",
    "webpack-dev-server": "1.11.0"
  },
  "bugs": {
    "url": "https://github.com/cshinn/patternfly-timeline/issues"
  },
  "homepage": "https://github.com/cshinn/patternfly-timeline",
  "directories": {
    "example": "example",
    "test": "test"
  },
  "scripts": {
    "test": "karma start test/karma/karma.conf.js --single-run",
    "build": "webpack -p --optimize-minimize --optimize-occurence-order --optimize-dedupe --progress --devtool source-map",
    "start": "webpack-dev-server --colors --inline --devtool source-map --host=0.0.0.0"
  },
  "author": "Chris Shinn <cshinn@redhat.com> (https://github.com/cshinn)",
  "license": "MIT"
}
