{
  "name": "reactive-blueimp-gallery-tt",
  "version": "0.3.6",
  "description": "A React wrapper for BlueImp gallery",
  "main": "dist/index.js",
  "scripts": {
    "eslint": "eslint components/ReactBlueImpGallery",
    "build": "export BABEL_ENV=production && node ./node_modules/babel-cli/bin/babel.js -d dist/ components/ReactBlueImpGallery --source-maps",
    "test": "echo \"Error: no test specified\" && exit 1",
    "storybook": "start-storybook -s ./public -p 9001",
    "test-storybook": "storyshots",
    "build-storybook": "export BABEL_ENV=stage && build-storybook -s public -o .out",
    "deploy-storybook": "storybook-to-ghpages",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Cosmitar/reactive-blueimp-gallery.git"
  },
  "keywords": [
    "reactjs",
    "javascript",
    "image",
    "video",
    "gallery",
    "carousel",
    "lightbox",
    "mobile",
    "desktop",
    "touch",
    "responsive",
    "swipe",
    "mouse",
    "keyboard",
    "navigation",
    "transition",
    "effects",
    "slideshow",
    "fullscreen"
  ],
  "homepage": "https://cosmitar.github.io/reactive-blueimp-gallery/",
  "author": {
    "name": "Cosmitar",
    "url": "https://github.com/Cosmitar"
  },
  "license": "MIT",
  "dependencies": {
    "blueimp-gallery": "^3.3.0",
    "prop-types": "^15.5.8",
    "react": "^15.5.4",
    "react-dom": "^15.5.4"
  },
  "devDependencies": {
    "@kadira/storybook": "^2.35.3",
    "@kadira/storybook-deployer": "^1.2.0",
    "babel": "^6.23.0",
    "babel-cli": "^6.24.1",
    "babel-eslint": "^7.2.3",
    "babel-plugin-module-resolver": "^2.7.0",
    "babel-plugin-transform-async-to-generator": "^6.24.1",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "babel-preset-babili": "0.0.12",
    "babel-preset-env": "^1.4.0",
    "babel-preset-react": "^6.24.1",
    "eslint": ">=4.18.2",
    "eslint-config-rackt": "^1.1.1",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^4.0.0",
    "eslint-plugin-react": "^6.10.3"
  }
}
