-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.52 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
{
"name": "@exadel/server-sketch",
"version": "0.6.0",
"description": "Fast, flexible & extensible web-server for Component-Based architecture/applications. Easy way to use with AEM (Adobe Experience Manager (TM)). Best for local development. Helps developers quickly provide POC & demo for business. Based on Express server. Supports: file based structure, express server, doT.js templates, components, themes etc.",
"keywords": [
"ui",
"frontend",
"server",
"ui.frontend",
"sketch",
"server-sketch",
"AEM",
"backend",
"front-end",
"Adobe Experience Manager",
"express",
"web server",
"express.js",
"simple server",
"fast server",
"flexible server",
"quick start",
"bootstrap",
"http",
"http server",
"static",
"dotjs",
"dot.js",
"doT",
"templates",
"components",
"pages",
"themes",
"OOTB",
"DMTP",
"exadel",
"Exadel Inc."
],
"main": "localdev.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Dzianis Mantsevich <dmantsevich@exadel.com>",
"license": "MIT",
"repository": {
"type" : "git",
"url" : "https://github.com/exadel-inc/server-sketch.git"
},
"dependencies": {
"browser-sync": "^2.26.12",
"chalk": "^4.1.0",
"compression": "^1.7.3",
"express": "^4.14.1",
"express-dot-engine": "^1.0.7",
"express-http-proxy": "^1.5.0",
"glob": "^7.1.3",
"lodash": "^4.17.11",
"opn": "^5.4.0",
"request": "^2.81.0"
}
}