{
  "name": "react-timeline-slider",
  "version": "0.0.4",
  "description": "A Timeline Slider for React",
  "main": "dist-npm/index.js",
  "dependencies": {
    "classnames": "2.1.x",
    "d3": "3.5.x",
    "underscore": "1.8.x"
  },
  "peerDependencies": {
    "react": "15.x.x",
    "react-dom": "15.x.x"
  },
  "devDependencies": {
    "babel-plugin-add-module-exports": "^0.1.4",
    "babel-plugin-transform-es2015-modules-amd": "6.x.x",
    "babel-preset-es2015": "6.x.x",
    "babel-preset-react": "6.x.x",
    "babelify": "7.x.x",
    "browserify": "11.x.x",
    "gulp": "3.9.x",
    "gulp-babel": "6.x.x",
    "gulp-filter": "^4.0.0",
    "gulp-rename": "1.2.x",
    "gulp-sourcemaps": "^2.0.0-alpha",
    "http-server": "0.9.x",
    "react": "15.x.x",
    "react-dom": "15.x.x",
    "vinyl-source-stream": "1.x.x"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ecostage/react-timeline-slider.git"
  },
  "scripts": {
    "start": "npm run build && (npm run watch & http-server)",
    "build": "gulp build",
    "watch": "gulp watch",
    "prepublish": "gulp publish",
    "server": "http-server -c-1"
  },
  "author": "Ecostage",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ecostage/react-timeline-slider/issues"
  },
  "homepage": "https://github.com/ecostage/react-timeline-slider"
}
