{
  "name": "react-image-timeline-sixteen",
  "version": "0.2.5",
  "description": "fork of react-image-timeline for react 16",
  "main": "index.js",
  "scripts": {
    "example": "node example",
    "build-example": "webpack --config webpack.config.build.example && cp example/index.html dist-example/index.html",
    "build": "./node_modules/.bin/babel lib --presets es2015,react,stage-0 --out-dir dist && cp lib/timeline.css dist/timeline.css && cp lib/timeline.scss dist/timeline.scss",
    "prepublish": "npm run build",
    "test": "mocha test/.setup.js testa/**/*_test.js --compilers js:babel-register --require ignore-styles"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/chezdev/react-image-timeline.git"
  },
  "keywords": [
    "react image timeline",
    "image timeline",
    "timeline",
    "react",
    "component",
    "image",
    "ramda",
    "time",
    "line"
  ],
  "author": "Claudio Bianucci <info@bianucci.de>",
  "license": "MIT",
  "dependencies": {
    "prop-types": "^15.6.2"
  },
  "peerDependencies": {
    "moment": ">= 2.0.0",
    "react": ">= 0.14.0",
    "ramda": ">= 0.20.0"
  },
  "devDependencies": {
    "autoprefixer-loader": "^3.1.0",
    "babel-cli": "^6.0.0",
    "babel-core": "^6.7.7",
    "babel-loader": "^6.2.4",
    "babel-preset-airbnb": "^1.0.1",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-stage-0": "^6.5.0",
    "babel-register": "^6.4.3",
    "chai": "^3.5.0",
    "css-loader": "^0.19.0",
    "enzyme": "^2.0.0",
    "file-loader": "^0.8.4",
    "ignore-styles": "^1.2.0",
    "jsdom": "^8.0.1",
    "mocha": "^5.2.0",
    "moment": "2.22.1",
    "ramda": "^0.20.1",
    "raw-loader": "^0.5.1",
    "react": "^16.6.3",
    "react-addons-test-utils": "^0.14.7",
    "react-dom": "^16.6.3",
    "react-hot-loader": "^1.2.7",
    "sinon": "^1.17.3",
    "style-loader": "^0.12.3",
    "url-loader": "^0.5.6",
    "webpack": "^1.9.11",
    "webpack-dev-server": "^1.9.0"
  }
}
