gangster
Version:
Circuit breakers for node
23 lines (22 loc) • 554 B
JSON
{
"name": "gangster",
"version": "0.0.1",
"description": "Circuit breakers for node",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alsiola/simple-circuits.git"
},
"author": "Alex Young",
"license": "ISC",
"bugs": {
"url": "https://github.com/alsiola/simple-circuits/issues"
},
"homepage": "https://github.com/alsiola/simple-circuits#readme",
"devDependencies": {
"@types/node": "^10.12.7"
}
}