{
  "name": "react-fb-player",
  "version": "1.1.1",
  "description": "A facebook video player implementation for react",
  "main": "dist/FacebookPlayer.js",
  "scripts": {
    "compile": "babel src --out-dir dist",
    "example": "webpack-dev-server --config example/webpack.config.js",
    "lint": "eslint src",
    "prepublish": "npm run compile",
    "test": "mocha",
    "watch": "npm run compile -- -w"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sdantuoni/react-fb-player.git"
  },
  "keywords": [
    "react",
    "fb",
    "facebook",
    "player",
    "video",
    "react-component",
    "embed"
  ],
  "author": "Santiago D'Antuoni",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/sdantuoni/react-fb-player/issues"
  },
  "devDependencies": {
    "babel-cli": "^6.1.2",
    "babel-core": "^6.1.2",
    "babel-eslint": "^6.0.0",
    "babel-loader": "^6.2.0",
    "babel-preset-es2015": "^6.1.2",
    "babel-preset-react": "^6.1.2",
    "babel-preset-stage-0": "^6.1.2",
    "eslint": "^2.0.0",
    "eslint-config-airbnb": "^9.0.0",
    "eslint-plugin-import": "^1.8.1",
    "eslint-plugin-jsx-a11y": "^1.3.0",
    "eslint-plugin-react": "^5.0.0",
    "expect": "^1.12.2",
    "jsdom": "^9.0.0",
    "mocha": "^2.3.3",
    "prop-types": "15.5.8",
    "proxyquire": "^1.7.3",
    "react": "^15.0.0",
    "react-addons-test-utils": "^15.0.0",
    "react-dom": "^15.0.0",
    "webpack": "^1.12.9",
    "webpack-dev-server": "^1.14.0"
  },
  "homepage": "https://github.com/sdantuoni/react-fb-player#readme"
}
