{
  "name": "redeux",
  "version": "5.1.0",
  "description": "Minimal unidirectional data flow utility",
  "main": "index.js",
  "umd": "redeux.umd.js",
  "module": "redeux.mjs",
  "scripts": {
    "test": "standard && npm run test:node && npm run test:browser",
    "test:node": "tape ./test.js | tap-format-spec",
    "test:browser": "browserify ./test.js | tape-run | tap-format-spec",
    "benchmark": "npm run benchmark:node && npm run benchmark:web",
    "benchmark:node": "node ./benchmark/index.js",
    "benchmark:web": "browserify ./benchmark/index.js > ./benchmark/bundle.js && open ./benchmark/index.html",
    "umd": "browserify ./index.js --standalone redeux | uglifyjs --compress --mangle > redeux.umd.js"
  },
  "standard": {
    "ignore": [
      "*.umd.js"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kristoferjoseph/redeux.git"
  },
  "keywords": [
    "data",
    "minimal",
    "storage",
    "redux",
    "flux"
  ],
  "author": "@dam",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/kristoferjoseph/redeux/issues"
  },
  "homepage": "https://github.com/kristoferjoseph/redeux#readme",
  "devDependencies": {
    "@tap-format/spec": "^0.2.0",
    "browserify": "^16.2.2",
    "standard": "^11.0.1",
    "tape": "^4.9.1",
    "tape-run": "^4.0.0",
    "uglify-js": "^3.4.3"
  }
}
