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

16 lines
417 B
JSON
Raw Normal View History

2018-01-22 19:59:08 +01:00
{
2018-01-29 19:21:43 +01:00
"app":null,
2020-05-19 23:29:31 +02:00
"className": "CoreServices",
2020-05-11 19:52:31 +02:00
"services": [ "Calendar", "PushNotification" ],
2020-05-19 23:29:31 +02:00
"name": "Core services",
2018-01-22 19:59:08 +01:00
"description":"This is the core services",
"info":{
"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.0.1-a",
2018-01-22 19:59:08 +01:00
"category":"System",
"mimes":["*"]
}