commit b955948380d09681bce364e7de9ee1945b4aca01 Author: philkunz Date: Sun Aug 28 13:36:35 2016 +0200 initial 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" +}