-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 800 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 800 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
{
"name": "node-jhs",
"description": "A fast and pure NODE.js server-side javascript module, and a simple tool for making dynamic and interactive Web pages",
"author": {
"name": "Justo Tapiador Garcia",
"email": "justo.tapiador@gmail.com"
},
"version": "12.17.22",
"type": "module",
"main": "index.js",
"module": "./lib/execjhs.js",
"repository": "git://github.com/Justo-Tapiador/node-jhs.git",
"license": "MIT",
"keywords": [
"node-jhs",
"jhs",
"middleware",
"markdown",
"markup",
"html",
"dynamic-page"
],
"tags": [
"jhs",
"middleware",
"markdown",
"markup",
"html", "dynamic-page"
],
"engines": {
"node": ">= 12"
}
}