{
  "name": "redux-scuttlebutt",
  "version": "0.3.5",
  "description": "Redux distributed dispatcher",
  "main": "lib/index.js",
  "engines": {
    "node": ">=6.0"
  },
  "files": [
    "dist",
    "lib",
    "src"
  ],
  "scripts": {
    "build:commonjs": "BABEL_ENV=commonjs babel src --out-dir lib",
    "build:umd": "BABEL_ENV=commonjs NODE_ENV=development webpack src/index.js dist/index.js",
    "build:umd:min": "BABEL_ENV=commonjs NODE_ENV=production webpack src/index.js dist/index.min.js",
    "build": "npm run build:commonjs # && npm run build:umd && npm run build:umd:min",
    "test": "node test | tap-spec"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/grrowl/redux-scuttlebutt.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/grrowl/redux-scuttlebutt/issues"
  },
  "homepage": "https://github.com/grrowl/redux-scuttlebutt",
  "dependencies": {
    "lodash": "^4.14.0",
    "primus": "^6.0.5",
    "scuttlebutt-vector": "^6.0.0",
    "ws": "^1.1.1"
  },
  "peerDependencies": {
    "primus": "^6.0.0",
    "redux": "^3.5.2"
  },
  "devDependencies": {
    "babel-cli": "^6.10.1",
    "babel-core": "^6.3.15",
    "babel-loader": "^6.2.0",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-react": "^6.16.0",
    "babel-preset-stage-0": "^6.5.0",
    "babel-register": "^6.9.0",
    "eslint-plugin-react": "^6.4.1",
    "expect": "^1.6.0",
    "express": "^4.13.3",
    "sinon": "^1.17.6",
    "tap-spec": "^4.1.1",
    "tape": "^4.6.0"
  },
  "npmName": "redux-scuttlebutt",
  "npmFileMap": [
    {
      "basePath": "/lib/",
      "files": [
        "*.js"
      ]
    }
  ]
}
