tapbundle/package.json

29 lines
672 B
JSON
Raw Normal View History

2017-03-04 07:32:17 +00:00
{
"name": "tapbundle",
2017-06-05 13:14:10 +00:00
"version": "1.0.14",
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",
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",
"typings-global": "^1.0.16"
2017-03-04 07:32:17 +00:00
}
}