tapbundle/package.json

27 lines
620 B
JSON
Raw Normal View History

2017-03-04 07:32:17 +00:00
{
"name": "tapbundle",
2017-04-23 13:23:45 +00:00
"version": "1.0.8",
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 12:35:16 +00:00
"leakage": "^0.2.0",
2017-03-04 07:32:17 +00:00
"smartchai": "^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
}
}