25 lines
534 B
JSON
25 lines
534 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|