From 06180afbcf00839e1bff0313ee1866713a03eae9 Mon Sep 17 00:00:00 2001 From: philkunz Date: Tue, 16 Aug 2016 08:37:51 +0200 Subject: [PATCH] initial --- package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..dc7baa6 --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "smartstream", + "version": "1.0.0", + "description": "simplifies access to node streams, TypeScript ready!", + "main": "dist/index.js", + "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" +}