2017-01-15 21:56:29 +00:00
|
|
|
{
|
|
|
|
"name": "smartdelay",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"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": {
|
|
|
|
"typings-global": "^1.0.14"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/should": "^8.1.30",
|
|
|
|
"should": "^11.1.2",
|
|
|
|
"typings-test": "^1.0.3"
|
|
|
|
}
|
2017-01-15 21:56:29 +00:00
|
|
|
}
|