{
  "name": "react-scroll-shadow",
  "version": "2.0.2",
  "description": "Pure CSS shadow to indicate more content in scrollable area",
  "main": "dist/es5/index.js",
  "scripts": {
    "bootstrap": "ts-react-toolbox init",
    "dev": "ts-react-toolbox dev",
    "test": "ts-react-toolbox test",
    "test:ci": "ts-react-toolbox test --runInBand --coverage",
    "build": "ts-react-toolbox build",
    "release": "ts-react-toolbox release",
    "lint": "ts-react-toolbox lint",
    "static": "ts-react-toolbox publish",
    "format": "ts-react-toolbox format",
    "analyze": "ts-react-toolbox analyze"
  },
  "repository": "git@github.com:zzarcon/react-scroll-shadow.git",
  "author": "Hector Leon Zarco Garcia <hezarco@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "ts-react-toolbox": "^0.1.22"
  },
  "dependencies": {},
  "engines": {
    "node": ">=8.5.0"
  },
  "peerDependencies": {
    "react": "^16.3.0",
    "styled-components": "^3.4.10"
  },
  "types": "dist/es5/index.d.ts",
  "files": [
    "dist"
  ],
  "keywords": [
    "react",
    "scroll",
    "shadow",
    "overflow",
    "height",
    "css",
    "pure-css",
    "scrollable",
    "scrollbar"
  ],
  "jsnext:main": "dist/es2015/index.js",
  "module": "dist/es2015/index.js"
}
