tapbundle/package.json

35 lines
864 B
JSON
Raw Normal View History

2017-03-04 07:32:17 +00:00
{
2018-07-13 20:06:45 +00:00
"name": "@pushrocks/tapbundle",
"private": false,
2018-07-18 06:31:22 +00:00
"version": "3.0.2",
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": {
"test": "(tsrun test/test.ts)",
"build": "(npmts)"
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-07-18 06:31:22 +00:00
"@pushrocks/early": "^3.0.1",
2018-07-13 20:06:45 +00:00
"@pushrocks/smartdelay": "^2.0.1",
"@pushrocks/smartpromise": "^2.0.5",
"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-07-18 06:31:22 +00:00
"@gitzone/tsrun": "^1.1.9",
2018-07-13 20:06:45 +00:00
"@types/node": "^10.5.2",
2017-10-10 15:14:14 +00:00
"randomstring": "^1.1.5"
2017-03-04 07:32:17 +00:00
}
}