2017-03-04 07:32:17 +00:00
|
|
|
{
|
2018-07-13 20:06:45 +00:00
|
|
|
"name": "@pushrocks/tapbundle",
|
2018-06-28 21:34:41 +00:00
|
|
|
"private": false,
|
2018-08-08 21:38:43 +00:00
|
|
|
"version": "3.0.5",
|
2017-03-04 07:32:17 +00:00
|
|
|
"description": "tap bundled for tapbuffer",
|
|
|
|
"main": "dist/index.js",
|
2017-03-04 09:06:43 +00:00
|
|
|
"typings": "dist/index.d.ts",
|
2017-03-04 07:32:17 +00:00
|
|
|
"scripts": {
|
2018-08-08 21:17:06 +00:00
|
|
|
"test": "(tstest test/)",
|
2018-08-08 21:20:14 +00:00
|
|
|
"build": "(tsbuild)"
|
2017-03-04 07:32:17 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+ssh://git@gitlab.com/pushrocks/tapbundle.git"
|
|
|
|
},
|
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://gitlab.com/pushrocks/tapbundle/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://gitlab.com/pushrocks/tapbundle#README",
|
|
|
|
"dependencies": {
|
2018-08-08 21:17:06 +00:00
|
|
|
"@pushrocks/early": "^3.0.3",
|
2018-08-08 21:38:43 +00:00
|
|
|
"@pushrocks/smartdelay": "^2.0.2",
|
2018-07-13 20:06:45 +00:00
|
|
|
"@pushrocks/smartpromise": "^2.0.5",
|
2018-06-28 21:34:41 +00:00
|
|
|
"leakage": "^0.4.0",
|
2018-07-13 20:06:45 +00:00
|
|
|
"smartchai": "^2.0.1"
|
2017-10-10 15:14:14 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-08-08 21:38:43 +00:00
|
|
|
"@gitzone/tsbuild": "^2.0.22",
|
|
|
|
"@gitzone/tstest": "^1.0.13",
|
2018-08-08 21:17:06 +00:00
|
|
|
"@gitzone/tsrun": "^1.1.12",
|
|
|
|
"@types/node": "^10.5.7",
|
2017-10-10 15:14:14 +00:00
|
|
|
"randomstring": "^1.1.5"
|
2017-03-04 07:32:17 +00:00
|
|
|
}
|
|
|
|
}
|