{
  "name": "react-chronos",
  "version": "1.0.5",
  "description": "⛓ React chronology component providing dual chronological timelines.",
  "main": "./lib/Chronos.js",
  "scripts": {
    "build": "webpack",
    "build-storybook": "build-storybook",
    "lint": "eslint src",
    "storybook": "start-storybook -p 6006",
    "test": "karma start --single-run --browsers PhantomJS",
    "test:watch": "karma start --browsers PhantomJS"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rmariuzzo/react-chronos.git"
  },
  "keywords": [
    "react",
    "chronology",
    "timeline",
    "event"
  ],
  "author": "Rubens Mariuzzo <rubens@mariuzzo.com> (http://github.com/rmariuzzo)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rmariuzzo/react-chronos/issues"
  },
  "homepage": "https://github.com/rmariuzzo/react-chronos#readme",
  "devDependencies": {
    "@kadira/storybook": "^2.29.4",
    "babel-core": "^6.18.2",
    "babel-loader": "^6.2.7",
    "babel-preset-es2015": "^6.18.0",
    "babel-preset-react": "^6.16.0",
    "babel-preset-stage-0": "^6.16.0",
    "css-loader": "^0.25.0",
    "enzyme": "^2.5.1",
    "eslint": "^3.9.1",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^3.0.1",
    "eslint-plugin-react": "^6.6.0",
    "jasmine-core": "^2.5.2",
    "karma": "^1.3.0",
    "karma-babel-preprocessor": "^6.0.1",
    "karma-jasmine": "^1.0.2",
    "karma-phantomjs-launcher": "^1.0.2",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^1.8.0",
    "node-sass": "^3.11.2",
    "react": "^15.3.2",
    "react-addons-test-utils": "^15.3.2",
    "react-dom": "^15.3.2",
    "sass-loader": "^4.0.2",
    "style-loader": "^0.13.1",
    "webpack": "^1.13.3"
  },
  "dependencies": {
    "classnames": "^2.2.5",
    "lodash": "^4.16.6"
  }
}
