UNPKG

@most/types

Version:

Reactive programming with lean, functions-only, curried, tree-shakeable API

42 lines (41 loc) 864 B
{ "name": "@most/types", "version": "1.1.0", "description": "Reactive programming with lean, functions-only, curried, tree-shakeable API", "typings": "index.d.ts", "main": "index.js", "module": "index.js", "files": [ "*" ], "scripts": { "test": "flow check" }, "repository": { "type": "git", "url": "https://github.com/mostjs/core" }, "keywords": [ "reactive", "reactive programming", "events", "event stream", "promise", "promises", "monad", "monadic", "functional", "async" ], "author": "brian@hovercraftstudios.com", "license": "MIT", "devDependencies": { "cpy-cli": "^3.0.0", "cross-env": "^6.0.3", "flow-bin": "^0.114.0", "nyc": "^15.0.0", "snazzy": "^8.0.0", "standard": "^14.3.1" }, "gitHead": "339e6debcbb817a3712df3a2b37c99b85f5f3d09" }