UNPKG

bobflux-monitor

Version:

Component for time travelling in bobflux/fun-model application state history.

54 lines (53 loc) 1.11 kB
{ "name": "bobflux-monitor", "version": "4.0.0", "description": "Component for time travelling in bobflux/fun-model application state history.", "typescript": { "main": "index.ts" }, "author": { "name": "keeema" }, "contributors": [ { "name": "Tomáš Růt", "email": "trut.cz@gmail.com" } ], "repository": { "type": "git", "url": "git+https://github.com/keeema/bobflux-monitor.git" }, "bugs": { "url": "https://github.com/keeema/bobflux-monitor/issues" }, "keywords": [ "bobflux", "bobril", "state", "monitor", "history", "component" ], "devDependencies": { "bb-tslint-plugin": "^1.1.1" }, "dependencies": { "bobril": "^8.9.2", "fun-model": "^6.3.0" }, "bobril": { "example": "example.ts", "title": "Bobflux-monitor", "compilerOptions": { "compilerOptions": { "declaration": true, "strict": true, "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true } } } }