tapbundle/package.json

26 lines
593 B
JSON
Raw Normal View History

2017-03-04 07:32:17 +00:00
{
"name": "tapbundle",
2017-03-04 08:20:26 +00:00
"version": "1.0.2",
2017-03-04 07:32:17 +00:00
"description": "tap bundled for tapbuffer",
"main": "dist/index.js",
"typings": "dsit/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",
"tap": "^10.3.0",
"typings-global": "^1.0.14"
}
}