app-MAIL-temp/static/package.json

23 lines
498 B
JSON
Raw Normal View History

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": {
"font-awesome": "^4.7.0",
2020-02-04 10:05:55 +01:00
"notie": "^4.3.1"
}
}