2017-01-15 21:56:29 +00:00
|
|
|
{
|
2018-07-06 12:20:56 +00:00
|
|
|
"name": "@pushrocks/smartdelay",
|
2018-07-06 12:26:00 +00:00
|
|
|
"private": false,
|
2019-03-26 11:43:01 +00:00
|
|
|
"version": "2.0.3",
|
2017-01-15 21:56:29 +00:00
|
|
|
"description": "timeouts for the async/await era, written in TypeScript",
|
|
|
|
"main": "dist/index.js",
|
2017-01-16 13:54:08 +00:00
|
|
|
"typings": "dist/index.d.ts",
|
2017-01-15 21:56:29 +00:00
|
|
|
"scripts": {
|
2018-08-08 21:25:48 +00:00
|
|
|
"test": "(tstest test/)",
|
|
|
|
"build": "(tsbuild)"
|
2017-01-15 21:56:29 +00:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
},
|
2017-01-16 13:54:08 +00:00
|
|
|
"homepage": "https://gitlab.com/pushrocks/smartdelay#README",
|
|
|
|
"dependencies": {
|
2019-03-26 11:43:01 +00:00
|
|
|
"@pushrocks/smartpromise": "^3.0.2"
|
2017-01-16 13:54:08 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-03-26 11:43:01 +00:00
|
|
|
"@gitzone/tsbuild": "^2.1.8",
|
|
|
|
"@gitzone/tsrun": "^1.2.1",
|
|
|
|
"@gitzone/tstest": "^1.0.18",
|
|
|
|
"@types/node": "^11.11.7",
|
2018-07-06 12:20:56 +00:00
|
|
|
"tapbundle": "^2.0.2"
|
2018-07-06 12:26:00 +00:00
|
|
|
}
|
2017-01-15 21:56:29 +00:00
|
|
|
}
|