tapbundle/package.json

32 lines
724 B
JSON
Raw Normal View History

2017-03-04 07:32:17 +00:00
{
"name": "tapbundle",
2018-02-27 21:52:08 +00:00
"version": "2.0.0",
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": "(npmts)"
},
"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": {
2017-04-23 20:08:52 +00:00
"early": "^2.1.1",
"leakage": "^0.3.0",
2018-02-27 21:52:02 +00:00
"smartchai": "^2.0.0",
"smartdelay": "^1.0.3",
2018-02-27 21:52:02 +00:00
"smartq": "^1.1.1"
2017-10-10 15:14:14 +00:00
},
"devDependencies": {
2018-02-27 21:52:02 +00:00
"@types/node": "^9.4.6",
2017-10-10 15:14:14 +00:00
"randomstring": "^1.1.5"
2017-03-04 07:32:17 +00:00
}
}