forked from sr258/mustache-preview
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 728 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 728 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
{
"name": "mustache-preview",
"version": "0.3.2",
"scripts": {
"preview": "node preview.js"
},
"type": "module",
"author": "Sebastian Rettig <sebastian.rettig@isb.bayern.de>",
"license": "MIT",
"description": "Mustache Preview System with NodeJS",
"repository": {
"url": "https://github.com/sr258/mustache-preview"
},
"bin": {
"mustache-preview": "preview.js"
},
"dependencies": {
"chokidar": "^3.6.0",
"commander": "^12.1.0",
"express": "^4.19.2",
"express-handlebars": "^7.1.2",
"express-ws": "^5.0.2",
"mustache-preview": "^0.3.1"
},
"files": [
"preview.js",
"preview-index.mustache"
],
"devDependencies": {
"mustache-preview": "^0.3.2"
}
}