antos-frontend/src/packages/Syslog/package.json

21 lines
467 B
JSON
Raw Normal View History

2018-01-22 19:59:08 +01:00
{
"app": "Syslog",
2020-05-20 23:11:58 +02:00
"pkgname": "Syslog",
"services": [
"Calendar",
"PushNotification"
],
2020-05-20 23:11:58 +02:00
"name": "System log",
"description": "Core services and system log",
"info": {
2018-01-22 19:59:08 +01:00
"author": "Xuan Sang LE",
"email": "xsang.le@gmail.com",
"credit": "dedicated to some one here",
2018-03-15 11:00:24 +01:00
"licences": "GPLv3"
2018-01-22 19:59:08 +01:00
},
"version": "0.1.1-a",
"category": "System",
2020-05-20 23:11:58 +02:00
"iconclass": "fa fa-bug",
"mimes": []
}