mirror of
https://github.com/flynx/stoppable.js.git
synced 2025-10-28 02:10:09 +00:00
20 lines
540 B
JSON
20 lines
540 B
JSON
{
|
|
"name": "ig-stoppable",
|
|
"version": "2.0.4",
|
|
"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"
|
|
}
|