-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
42 lines (40 loc) · 826 Bytes
/
manifest.json
File metadata and controls
42 lines (40 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "auth-uber-cad",
"version": "1.0.0",
"license": "Apache License 2.0",
"description": "Foxx authorization service for uberCad.",
"thumbnail": "files/favicon.png",
"keywords": ["cad", "authorization", "service"],
"author": "Thermevo",
"contributors": [
{
"name": "Gary",
"email": "netzver@gmail.com"
},
{
"name": "Volodymyr Shcherbyna",
"email": "vladimshc@gmail.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/"
},
"engines": {
"arangodb": "^3.0.0"
},
"main": "index.js",
"scripts": {
"setup": "scripts/setup.js"
},
"defaultDocument": "index.html",
"files": {
"/index.html": {
"path": "files/index.html"
},
"/favicon.png": {
"path": "files/favicon.png"
}
},
"lib": "."
}