All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
27 lines
484 B
JSON
27 lines
484 B
JSON
{
|
|
"name": "semaphore.js",
|
|
"version": "1.0.3",
|
|
"homepage": "https://github.com/abrkn/semaphore.js",
|
|
"authors": [
|
|
"Andreas Brekken <andreas@opuno.com>"
|
|
],
|
|
"description": "Limit simultaneous access to a resource.",
|
|
"main": "lib/semaphore.js",
|
|
"moduleType": [
|
|
"globals",
|
|
"node"
|
|
],
|
|
"keywords": [
|
|
"semaphore",
|
|
"concurrency"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|