{
  "name": "react-blink-tag",
  "version": "0.1.6",
  "author": "Drew McMurry",
  "homepage": "https://github.com/drewswaycool/react-blink-tag",
  "repository": {
    "type": "git",
    "url": "https://github.com/drewswaycool/react-blink-tag.git"
  },
  "bugs": {
    "url": "https://github.com/drewswaycool/react-blink-tag/issues"
  },
  "private": false,
  "dependencies": {
    "@emotion/core": "^10.0.9",
    "react": "^16.8.5",
    "react-dom": "^16.8.5",
    "react-scripts": "2.1.8"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject"
  },
  "eslintConfig": {
    "extends": "react-app"
  },
  "browserslist": [
    ">0.2%",
    "not dead",
    "not ie <= 11",
    "not op_mini all"
  ],
  "description": "🚔 a simple react component that resurrects the <blink> tag!",
  "main": "src/Blink.js",
  "devDependencies": {},
  "license": "MIT",
  "keywords": [
    "blink",
    "react",
    "react-blink-tag",
    "react-component"
  ]
}
