{
  "name": "react-html5video-subs",
  "version": "1.1.1",
  "description": "react-html5video with subtitles.",
  "main": "./dist/ReactHtml5Video.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/acorn421/react-html5video-subs.git"
  },
  "bugs": {
    "url": "https://github.com/acorn421/react-html5video-subs/issues"
  },
  "homepage": "https://github.com/acorn421/react-html5video-subs",
  "author": {
    "name": "Youngjoon Kim",
    "email": "acorn421@gmail.com"
  },
  "license": "MIT",
  "dependencies": {
    "lodash.throttle": "^3.0.4"
  },
  "devDependencies": {
    "babel-core": "^5.8.25",
    "babel-eslint": "^4.1.3",
    "babel-loader": "^5.3.2",
    "babel-runtime": "^6.3.13",
    "css-loader": "^0.21.0",
    "eslint": "^1.7.3",
    "eslint-plugin-react": "^3.6.3",
    "extract-text-webpack-plugin": "^0.8.2",
    "file-loader": "^0.8.4",
    "grunt": "^0.4.5",
    "grunt-fontello-react": "^3.0.0",
    "grunt-gh-pages": "^0.10.0",
    "style-loader": "^0.13.0",
    "url-loader": "^0.5.6",
    "webpack": "^1.12.2",
    "react": "^0.14.0",
    "react-dom": "^0.14.0"
  },
  "peerDependencies": {
    "react": ">=0.14.0"
  },
  "keywords": [
    "react-component",
    "html5-video"
  ]
}
