{
  "name": "pub-sub-es6",
  "version": "1.5.1",
  "description": "simple publish and subscribe library for comunicate js objects, react componetes, DOM events.",
  "main": "pub_sub_es6.js",
  "repository": "https://github.com/MiguelSavignano/pub-sub-es6",
  "bugs": "https://github.com/MiguelSavignano/pub-sub-es6/issues",
  "scripts": {
    "start": "webpack -w --config webpack.config.js",
    "build": "babel src/pub-sub-es6.js --out-file lib/pub-sub-es6.js",
    "test": "jest"
  },
  "keywords": [
    "pubsub",
    "es6",
    "publish",
    "subscribe",
    "react",
    "comunication"
  ],
  "author": "Miguel Savignano <migue.masx@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "react": "^15.5.4",
    "react-dom": "^15.5.4",
    "babel": "^6.5.2",
    "babel-cli": "^6.10.1",
    "babel-jest": "^19.0.0",
    "babel-loader": "^6.4.1",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-react": "^6.24.1",
    "babel-register": "^6.9.0",
    "babel-core": "^6.7.4",
    "babel-eslint": "^7.2.2",
    "babel-plugin-styled-components-named": "^0.1.1",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-react-remove-prop-types": "^0.3.2",
    "babel-polyfill": "^6.7.4",
    "babel-preset-stage-0": "^6.24.1",
    "babel-preset-stage-2": "^6.24.1",
    "babel-preset-stage-3": "^6.24.1",
    "babel-runtime": "^6.6.1",
    "jest": "^19.0.2",
    "regenerator-runtime": "^0.10.3",
    "uglifyjs-webpack-plugin": "^0.4.0",
    "webpack": "^2.2.1"
  }
}
