tapbundle/package.json

30 lines
701 B
JSON
Raw Normal View History

2017-03-04 07:32:17 +00:00
{
"name": "tapbundle",
2017-10-09 19:55:01 +00:00
"version": "1.1.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": {
"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-10-09 19:54:46 +00:00
"@types/node": "^8.0.33",
2017-04-23 20:08:52 +00:00
"early": "^2.1.1",
"leakage": "^0.3.0",
2017-03-04 07:32:17 +00:00
"smartchai": "^1.0.3",
"smartdelay": "^1.0.3",
2017-04-23 09:10:13 +00:00
"smartq": "^1.1.1",
2017-07-05 15:57:28 +00:00
"typings-global": "^1.0.19"
2017-03-04 07:32:17 +00:00
}
}