-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 877 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 877 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
{
"name": "node-jhs2",
"version": "2.0.0",
"description": "A dynamic template engine for Node.js using <?jhs ?> delimiters — PHP-like syntax with JavaScript and XSS protection.",
"main": "index.js",
"scripts": {
"test": "node test/engine.test.js",
"example": "node examples/server.js"
},
"keywords": [
"template",
"template-engine",
"jhs",
"html",
"nodejs",
"server-side-rendering",
"xss",
"vm",
"dynamic",
"views"
],
"author": "Justo Tapiador",
"license": "MIT",
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Justo-Tapiador/NODE-JHS2.git"
},
"bugs": {
"url": "https://github.com/Justo-Tapiador/NODE-JHS2/issues"
},
"homepage": "https://github.com/Justo-Tapiador/NODE-JHS2#readme",
"dependencies": {},
"devDependencies": {}
}