28 lines
657 B
JSON
28 lines
657 B
JSON
{
|
|
"name": "smartdelay",
|
|
"version": "1.0.2",
|
|
"description": "timeouts for the async/await era, written in TypeScript",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"scripts": {
|
|
"test": "(npmts)"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@gitlab.com/pushrocks/smartdelay.git"
|
|
},
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/pushrocks/smartdelay/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/pushrocks/smartdelay#README",
|
|
"dependencies": {
|
|
"smartq": "^1.1.1",
|
|
"typings-global": "^1.0.16"
|
|
},
|
|
"devDependencies": {
|
|
"tapbundle": "^1.0.13"
|
|
}
|
|
}
|