commit 08897a75f2581e6e978b37e94be4a5d698043978 Author: PhilKunz Date: Sun Sep 11 11:02:25 2016 +0200 initial 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" +}