From 08897a75f2581e6e978b37e94be4a5d698043978 Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Sun, 11 Sep 2016 11:02:25 +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..0b50292 --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "smartdata", + "version": "1.0.0", + "description": "do more with data", + "main": "dist/index.js", + "scripts": { + "test": "(npmts)" + }, + "repository": { + "type": "git", + "url": "git+ssh://git@gitlab.com/pushrocks/smartdata.git" + }, + "author": "Lossless GmbH", + "license": "MIT", + "bugs": { + "url": "https://gitlab.com/pushrocks/smartdata/issues" + }, + "homepage": "https://gitlab.com/pushrocks/smartdata#README" +}