commit 06180afbcf00839e1bff0313ee1866713a03eae9 Author: philkunz Date: Tue Aug 16 08:37:51 2016 +0200 initial 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" +}