@celastrina/semaphore
Version:
Semaphore Locking across cloud zones and regions.
33 lines (32 loc) • 744 B
JSON
{
"name": "@celastrina/semaphore",
"version": "2.0.52",
"description": "Semaphore Locking across cloud zones and regions.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/murrellrr/celastrina.git",
"directory": "@celastrina/semaphore"
},
"keywords": [
"Azure",
"Function",
"Celatrina",
"Semaphore"
],
"author": "Robert R Murrell",
"license": "MIT",
"bugs": {
"url": "https://github.com/murrellrr/celastrina/issues"
},
"homepage": "https://github.com/murrellrr/celastrina#readme",
"dependencies": {
"@celastrina/core": "^2.0.62",
"axios": "^0.21.1",
"moment": "^2.29.1",
"uuid": "^8.3.2"
}
}