smartdelay/package.json

31 lines
767 B
JSON
Raw Normal View History

2017-01-15 21:56:29 +00:00
{
2018-07-06 12:20:56 +00:00
"name": "@pushrocks/smartdelay",
2018-07-06 12:20:56 +00:00
"version": "2.0.0",
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-07-06 12:20:56 +00:00
"test": "tsrun test/test.ts",
"build": "(npmts)"
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": {
2018-07-06 12:20:56 +00:00
"@pushrocks/smartpromise": "^2.0.5"
2017-01-16 13:54:08 +00:00
},
"devDependencies": {
2018-07-06 12:20:56 +00:00
"@gitzone/tsrun": "^1.1.1",
"@types/node": "^10.5.2",
"tapbundle": "^2.0.2"
},
"private": true
2017-01-15 21:56:29 +00:00
}