tapbundle/package.json
2017-04-23 11:10:13 +02:00

26 lines
595 B
JSON

{
"name": "tapbundle",
"version": "1.0.5",
"description": "tap bundled for tapbuffer",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"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": {
"smartchai": "^1.0.3",
"smartq": "^1.1.1",
"typings-global": "^1.0.16"
}
}