reviews + events

This commit is contained in:
Daniel
2020-03-02 02:43:15 +01:00
parent 9921b2f3de
commit cb066233c9
52 changed files with 103 additions and 1077 deletions

22
media/package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "@capire/media",
"version": "1.0.0",
"description": "A generic platform service to manage and serve media content on behalf of other services and apps.",
"repository": "https://github.com/SAP-samples/cloud-cap-samples.git",
"license": "SAP SAMPLE CODE LICENSE",
"dependencies": {
"lokijs": "^1.5.6"
},
"files": [
"db",
"srv",
"index.cds"
],
"cds": {
"requires": {
"db": {
"kind": "sql"
}
}
}
}