2016-08-16 06:37:51 +00:00
|
|
|
{
|
|
|
|
"name": "smartstream",
|
2017-06-30 16:32:34 +00:00
|
|
|
"version": "1.0.9",
|
2016-08-16 06:37:51 +00:00
|
|
|
"description": "simplifies access to node streams, TypeScript ready!",
|
|
|
|
"main": "dist/index.js",
|
2016-09-25 12:00:16 +00:00
|
|
|
"typings": "dist/index.d.ts",
|
2016-08-16 06:37:51 +00:00
|
|
|
"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"
|
|
|
|
},
|
2016-09-25 12:00:16 +00:00
|
|
|
"homepage": "https://gitlab.com/pushrocks/smartstream#README",
|
|
|
|
"devDependencies": {
|
2017-06-30 16:32:32 +00:00
|
|
|
"tapbundle": "^1.0.14"
|
2016-09-25 12:00:16 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-06-30 16:32:32 +00:00
|
|
|
"@types/through2": "^2.0.33",
|
|
|
|
"smartq": "^1.1.1",
|
2017-03-04 12:50:12 +00:00
|
|
|
"through2": "^2.0.3",
|
2017-06-30 16:32:32 +00:00
|
|
|
"typings-global": "^1.0.19"
|
2016-09-25 12:00:16 +00:00
|
|
|
}
|
2016-08-16 06:37:51 +00:00
|
|
|
}
|