2020-02-04 10:05:55 +01:00
|
|
|
{
|
|
|
|
"name": "simplelogin",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Open source email alias solution",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/simple-login/app.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"email-alias"
|
|
|
|
],
|
|
|
|
"author": "SimpleLogin",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/simple-login/app/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/simple-login/app#readme",
|
|
|
|
"dependencies": {
|
2021-03-06 04:23:44 +01:00
|
|
|
"@sentry/browser": "^5.30.0",
|
2020-12-22 04:23:42 +01:00
|
|
|
"bootbox": "^5.5.2",
|
2020-02-04 10:13:25 +01:00
|
|
|
"font-awesome": "^4.7.0",
|
2021-04-30 11:44:43 +02:00
|
|
|
"formbouncerjs": "^1.4.6",
|
2020-02-04 10:44:52 +01:00
|
|
|
"intro.js": "^2.9.3",
|
2020-05-16 12:17:26 +02:00
|
|
|
"multiple-select": "^1.5.2",
|
2020-02-04 10:53:25 +01:00
|
|
|
"qrious": "^4.0.2",
|
2020-04-25 23:07:34 +02:00
|
|
|
"toastr": "^2.1.4",
|
2020-09-11 05:23:48 +02:00
|
|
|
"vue": "^2.6.12"
|
2020-02-04 10:05:55 +01:00
|
|
|
}
|
|
|
|
}
|