{
  "name": "most",
  "version": "1.9.0",
  "description": "Monadic streams",
  "typings": "type-definitions/most.d.ts",
  "main": "lib/index.js",
  "module": "src/index.js",
  "jsnext:main": "src/index.js",
  "files": [
    "src",
    "lib",
    "type-definitions",
    "dist"
  ],
  "scripts": {
    "test:unit": "buster-test",
    "test": "npm run lint && flow check && npm run test:unit && npm run doctest",
    "lint": "standard --fix --verbose 'src/**/*.js' 'test/**/*.js' | snazzy",
    "build": "npm run build:dist && npm run build:min && npm run build:flow",
    "build:dist": "buba src -o lib && rollup -c",
    "build:min": "uglifyjs dist/most.js -c \"warnings=false\" -m > dist/most.min.js",
    "build:flow": "cpy src/index.js.flow lib",
    "preversion": "npm run build",
    "doctest": "markdown-doctest"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cujojs/most"
  },
  "keywords": [
    "reactive",
    "reactive programming",
    "reactive streams",
    "stream",
    "streams",
    "event stream",
    "promise",
    "promises",
    "promises-aplus",
    "fantasy-land",
    "monad",
    "monadic",
    "functional",
    "async",
    "cujojs",
    "cujo"
  ],
  "author": "brian@hovercraftstudios.com",
  "license": "MIT",
  "devDependencies": {
    "@most/hold": "^2.0.0",
    "babel-eslint": "^8.0.2",
    "babel-polyfill": "^6.20.0",
    "buba": "^4.0.1",
    "buster": "^0.7.18",
    "cpy-cli": "^1.0.1",
    "eslint-plugin-flowtype": "^2.39.1",
    "flow-bin": "^0.59.0",
    "markdown-doctest": "^0.9.1",
    "rollup": "^0.45.2",
    "rollup-plugin-buble": "^0.18.0",
    "rollup-plugin-node-resolve": "^3.0.0",
    "snazzy": "^7.0.0",
    "standard": "^10.0.3",
    "transducers-js": "^0.4.174",
    "uglify-js": "^3.0.11"
  },
  "dependencies": {
    "@most/multicast": "^1.2.5",
    "@most/prelude": "^1.4.0",
    "globalthis": "^1.0.1",
    "symbol-observable": "^2.0.3"
  },
  "standard": {
    "parser": "babel-eslint",
    "plugins": [
      "flowtype"
    ],
    "ignore": [
      "test/perf/"
    ]
  }
}
