generated from QuickCorp/qcobjects-web-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 1.8 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
{
"name": "qcobjects-web-dev-es",
"version": "0.0.5",
"description": "QCObjects is an Open-source framework that empowers full-stack developers to make micro-services and micro-frontends into an N-Tier architecture. This package is the official website qcobjects.dev",
"main": "doc/init.js",
"license": "LGPL-3.0",
"scripts": {
"start": "qcobjects-server",
"test": "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/QuickGroup/QCObjects.git"
},
"keywords": [
"qcobjects",
"cobjects",
"learn javascript",
"javascript",
"learn to code",
"qco",
"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": "latest",
"qcobjects-sdk": "latest"
},
"devDependencies": {
"eslint": "^6.8.0",
"jasmine": "^3.6.3"
}
}