-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.05 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.05 KB
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
{
"name": "thymol-node-server",
"version": "1.0.0-pre.11",
"description": "A nodejs based server-side JavaScript Thymeleaf template engine built on Thymol, Express and Domino",
"main": "thymol-engine.js",
"dependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"debug": "^2.6.9",
"domino": "^1.0.30",
"express": "^4.17.1",
"forever": "^0.15.2",
"morgan": "^1.10.0",
"thymol-node": "2.0.1-pre.7",
"yargs": "^6.6.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"thymol": "bin/thymol-server"
},
"repository": {
"type": "git",
"url": "https://github.com/thymol/thymol-node-server.git"
},
"keywords": [
"thymol",
"thymoljs",
"express",
"thymeleaf",
"template-engine"
],
"author": "<jjbenson@user.sf.net> (http://www.thymoljs.org)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/thymol/thymol-node-server/issues"
},
"homepage": "https://github.com/thymol/thymol-node-server"
}