smartstream/package.json
2017-07-07 02:46:22 +02:00

30 lines
718 B
JSON

{
"name": "smartstream",
"version": "1.0.11",
"description": "simplifies access to node streams, TypeScript ready!",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pushrocks/smartstream.git"
},
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/smartstream/issues"
},
"homepage": "https://gitlab.com/pushrocks/smartstream#README",
"devDependencies": {
"tapbundle": "^1.1.0"
},
"dependencies": {
"@types/through2": "^2.0.33",
"smartq": "^1.1.6",
"through2": "^2.0.3",
"typings-global": "^1.0.19"
}
}