All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
23 lines
443 B
JSON
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"
|
|
}
|
|
}
|