{
  "name": "reactjs-fb-reactions",
  "version": "0.1.7",
  "description": "Reaction pickers and counters from Slack, Pokemon, Github, Facebook & Youtube",
  "main": "lib/index.js",
  "scripts": {
    "start": "webpack-dev-server --config ./webpack.config.dev.js --port 2570 --quiet",
    "docs-dist": "webpack --config webpack.config.prod.js",
    "lib": "npm run clean && babel src -d lib",
    "clean": "rm -rf lib && mkdir lib",
    "prepublish": "npm run lib"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CodeInfinity07/react-reactions"
  },
  "author": "case <case@casesandberg.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/CodeInfinity07/react-reactions/issues"
  },
  "homepage": "https://casesandberg.github.io/react-reactions/",
  "keywords": [
    "react",
    "reactions",
    "reaction picker",
    "react-component",
    "reactionpicker",
    "slack",
    "pokemon",
    "github",
    "facebook",
    "youtube",
    "popup"
  ],
  "devDependencies": {
    "autoprefixer": "^6.4.0",
    "babel": "^6.5.2",
    "babel-cli": "^6.16.0",
    "babel-eslint": "^6.1.2",
    "babel-loader": "^6.2.5",
    "babel-plugin-lodash": "^3.2.9",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-stage-0": "^6.5.0",
    "case-sensitive-paths-webpack-plugin": "^1.1.3",
    "css-loader": "^0.24.0",
    "eslint": "^2.11.1",
    "eslint-config-airbnb": "^9.0.1",
    "eslint-plugin-import": "^1.8.1",
    "eslint-plugin-jsx-a11y": "^1.2.3",
    "eslint-plugin-react": "^5.1.1",
    "html-loader": "^0.4.3",
    "html-webpack-plugin": "^2.22.0",
    "normalize.css": "^4.2.0",
    "react": "^15.3.1",
    "react-dom": "^15.3.1",
    "react-highlight": "^0.9.0",
    "react-mark": "0.0.3",
    "style-loader": "^0.13.1",
    "webpack": "^1.13.2",
    "webpack-dev-server": "^1.15.0"
  },
  "dependencies": {
    "emoji-as-array": "^1.0.0",
    "lodash": "^4.15.0",
    "reactcss": "^1.0.6",
    "shortid": "^2.2.14"
  }
}
