persistent-programming-redis-state
Version:
Redis state for persistent programming
35 lines (34 loc) • 859 B
JSON
{
"name": "persistent-programming-redis-state",
"version": "3.0.88",
"description": "Redis state for persistent programming",
"main": "index.js",
"scripts": {
"test": "mocha *.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unsegnor/persistent-programming-redis-state.git"
},
"keywords": [
"redis",
"persistent",
"programming",
"state"
],
"author": "Víctor Calatayud Asensio",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/unsegnor/persistent-programming-redis-state/issues"
},
"homepage": "https://github.com/unsegnor/persistent-programming-redis-state#readme",
"dependencies": {
"persistent-programming": "^3.1.28",
"redis": "^3.0.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^10.0.0"
}
}