This commit is contained in:
Philipp Kunz 2016-11-20 17:47:08 +01:00
commit f1e3520660

24
package.json Normal file
View File

@ -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"
}