stoppable.js/package.json
Alex A. Naanou 7d9b494305 added async function support + docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2022-07-06 15:54:03 +03:00

20 lines
540 B
JSON

{
"name": "ig-stoppable",
"version": "2.0.1",
"description": "Utility library implementing tooling to make stoppable functions...",
"main": "stoppable.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flynx/stoppable.js.git"
},
"author": "Alex A. Naanou",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/flynx/stoppable.js/issues"
},
"homepage": "https://github.com/flynx/stoppable.js#readme"
}