From b955948380d09681bce364e7de9ee1945b4aca01 Mon Sep 17 00:00:00 2001 From: philkunz Date: Sun, 28 Aug 2016 13:36:35 +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..fe7ce26 --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "smartversion", + "version": "1.0.0", + "description": "handle npm versions the smart way", + "main": "dist/index.js", + "scripts": { + "test": "(npmts)" + }, + "repository": { + "type": "git", + "url": "git+https://gitlab.com/pushrocks/smartversion.git" + }, + "author": "Lossless GmbH", + "license": "MIT", + "bugs": { + "url": "https://gitlab.com/pushrocks/smartversion/issues" + }, + "homepage": "https://gitlab.com/pushrocks/smartversion#README" +}