-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 1.81 KB
/
package.json
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "qcobjects-azure-app-service",
"version": "0.0.28",
"description": "QCObjects Azure App Service Container",
"main": "qcobjects-azure-app-service.js",
"license": "LGPL-3.0",
"scripts": {
"start": "node ./qcobjects-azure-app-service.js",
"test": "npx eslint qcobjects-azure-app-service.js && jasmine",
"preversion": "npm cache verify && npm test",
"sync": "git add . && git commit -am ",
"postversion": "git push && git push --tags "
},
"repository": {
"type": "git",
"url": "git+https://github.com/QuickCorp/qcobjects-azure-app-service.git"
},
"keywords": [
"azure",
"cloud",
"service",
"server",
"container",
"docker",
"ROUTING",
"TOOLBAR",
"MEDIA",
"IMAGE",
"LAYOUT",
"BUTTON",
"server",
"view",
"mvvm",
"node",
"quickcorp",
"javascript",
"pure",
"mvc",
"objects",
"microfrontend",
"micro-frontend",
"architecture",
"component",
"components",
"pure",
"framework",
"javascript-framework",
"mvc-pattern",
"demo",
"html",
"first-timers-only",
"microfrontends",
"microservices",
"microfrontend",
"component-architecture",
"cli",
"tool",
"nodejs",
"cloud",
"multicloud",
"multi-cloud",
"aws",
"server",
"digitalocean",
"hosting",
"architecture",
"n-tier",
"multitier",
"multi-tier"
],
"author": "Jean Machuca <[email protected]>",
"bugs": {
"url": "https://github.com/QuickGroup/QCObjects/issues"
},
"homepage": "https://qcobjects.com",
"dependencies": {
"qcobjects-cli": "latest",
"qcobjects": "latest"
},
"devDependencies": {
"eslint": "^6.8.0",
"jasmine": "^3.4.0"
},
"bin": {
"qcobjects-azure-app-service": "./qcobjects-azure-app-service.js"
}
}