smartdelay/package.json

28 lines
657 B
JSON
Raw Normal View History

2017-01-15 21:56:29 +00:00
{
"name": "smartdelay",
2017-10-09 09:42:22 +00:00
"version": "1.0.4",
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": {
"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"
},
2017-01-16 13:54:08 +00:00
"homepage": "https://gitlab.com/pushrocks/smartdelay#README",
"dependencies": {
2017-06-04 22:32:01 +00:00
"smartq": "^1.1.1",
"typings-global": "^1.0.16"
2017-01-16 13:54:08 +00:00
},
"devDependencies": {
2017-06-04 22:32:01 +00:00
"tapbundle": "^1.0.13"
2017-01-16 13:54:08 +00:00
}
2017-01-15 21:56:29 +00:00
}