2022-07-05 23:00:51 +03:00
|
|
|
{
|
|
|
|
|
"name": "ig-stoppable",
|
2022-12-29 02:56:19 +03:00
|
|
|
"version": "2.0.3",
|
2022-07-05 23:00:51 +03:00
|
|
|
"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"
|
|
|
|
|
}
|