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

15 lines
390 B
JSON
Raw Normal View History

2018-01-22 19:59:08 +01:00
{
2018-01-29 19:21:43 +01:00
"app":null,
2018-02-01 19:36:09 +01:00
"services": [ "Calendar", "PushNotification", "Spotlight" ],
2018-01-22 19:59:08 +01:00
"name":"CoreServices",
"description":"This is the core services",
"info":{
"author": "Xuan Sang LE",
"email": "xsang.le@gmail.com",
"credit": "dedicated to some one here",
"licences": "MIT"
},
"version":"0.1a",
"category":"System",
"mimes":["*"]
}