resourcex
Version:
ResourceX - Utilities to wrap global variables into rxjs observables with **reduced** learning curve
40 lines (39 loc) • 860 B
JSON
{
"name": "resourcex",
"version": "0.1.2",
"description": "ResourceX - Utilities to wrap global variables into rxjs observables with **reduced** learning curve",
"main": "lib/index.js",
"files": [
"lib/**/*"
],
"scripts": {
"test": "jest",
"build": "tsc -d"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xch91/resourcex.git"
},
"keywords": [
"rxjs",
"observable",
"reactive",
"reactivex",
"frp"
],
"author": "Xie Chenhong <chenhong.xie@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/xch91/resourcex/issues"
},
"homepage": "https://github.com/xch91/resourcex",
"dependencies": {
"rxjs": "^6.5.2"
},
"devDependencies": {
"@types/jest": "^24.0.18",
"jest": "^24.9.0",
"ts-jest": "^24.0.2",
"typescript": "^3.4.1"
}
}