{
  "name": "bytesized.tv.web.constants",
  "version": "2.2.0",
  "description": "Common constants used in ByteSized.TV",
  "main": "index.js",
  "author": "Volkan Özçelik <me@volkan.io> (https://volkan.io/)",
  "homepage": "https://bytesized.tv/",
  "license": "MIT",
  "scripts": {
    "build": "bin/build.sh",
    "test": "bin/test.sh",
    "lint": "bin/lint.sh",
    "precommit": "bin/precommit.sh"
  },
  "lint-staged": {
    "*.{js,json,css,sass,scss,md}": [
      "prettier --write",
      "git add"
    ]
  },
  "keywords": [
    "byte-sized javascript",
    "byte-sized",
    "bytesized.tv",
    "common",
    "constants",
    "demos",
    "education",
    "javascript",
    "learning",
    "podcast",
    "screencast",
    "tutorials",
    "vidcast",
    "videocast",
    "videos"
  ],
  "devDependencies": {
    "babel-eslint": "^8.1.2",
    "eslint": "^4.14.0",
    "eslint-config-jsbites": "^2.1.2",
    "eslint-plugin-babel": "^4.1.2",
    "eslint-plugin-react": "^7.5.1",
    "flow-copy-source": "^1.2.1",
    "flow-remove-types": "^1.2.3",
    "husky": "^0.14.3",
    "lint-staged": "^6.0.0",
    "prettier": "^1.9.2"
  }
}
