UNPKG

@alekmarinov/observablestore

Version:
34 lines (33 loc) 750 B
{ "name": "@alekmarinov/observablestore", "version": "2.0.1", "description": "RxJS/Observable based memory store", "author": "Alexander Marinov", "license": "MIT", "main": "index.js", "scripts": { "test": "jest", "doc": "documentation readme index.js --section=API" }, "repository": { "type": "git", "url": "git+https://github.com/alekmarinov/ObservableStore.git" }, "keywords": [ "javascript", "rxjs", "observable", "memory", "store" ], "bugs": { "url": "https://github.com/alekmarinov/ObservableStore/issues" }, "homepage": "https://github.com/alekmarinov/ObservableStore#readme", "dependencies": { "rxjs": "^6.3.3" }, "devDependencies": { "jest": "^23.6.0" } }