commit f1e35206603bd1b08960b69e82b6afc7ea4cbf64 Author: PhilKunz Date: Sun Nov 20 17:47:08 2016 +0100 initial diff --git a/package.json b/package.json new file mode 100644 index 0000000..c094ab0 --- /dev/null +++ b/package.json @@ -0,0 +1,24 @@ +{ + "name": "smartpersona", + "version": "1.0.0", + "description": "easy local profile management", + "main": "dist/index.js", + "scripts": { + "test": "(npmts)" + }, + "repository": { + "type": "git", + "url": "git+ssh://git@gitlab.com/pushrocks/smartpersona.git" + }, + "keywords": [ + "persona", + "profile", + "local" + ], + "author": "Lossless GmbH", + "license": "MIT", + "bugs": { + "url": "https://gitlab.com/pushrocks/smartpersona/issues" + }, + "homepage": "https://gitlab.com/pushrocks/smartpersona#README" +}