Files
coopgo/node_modules/semaphore/package.json
sgauthier 6e64e138e2
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
planning
2024-10-14 09:15:30 +02:00

23 lines
443 B
JSON

{
"name": "semaphore",
"version": "1.1.0",
"description": "semaphore for node",
"engines": {
"node": ">=0.8.0"
},
"main": "./lib/semaphore.js",
"dependencies": {},
"devDependencies": {
"mocha": "2.x.x",
"should": "8.x.x"
},
"homepage": "https://github.com/abrkn/semaphore.js",
"repository": {
"type": "git",
"url": "git@github.com:abrkn/semaphore.js.git"
},
"scripts": {
"test": "mocha"
}
}