-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 841 Bytes
/
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
{
"name": "bakeit",
"version": "0.2.6",
"description": "Static site generator",
"keywords": [
"site generator",
"generator",
"static site",
"markdown",
"mustache",
"handlebars",
"templates",
"store locator",
"map locator",
"map"
],
"main": "./dist/main.js",
"scripts": {
"build": "tsc"
},
"author": "Elya Sikerin",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/lumarama/bakeit"
},
"bin": {
"bakeit": "./dist/main.js"
},
"dependencies": {
"@types/filesystem": "0.0.29",
"@types/node": "^10.12.0",
"chokidar": "^2.0.4",
"finalhandler": "^1.1.1",
"fs-extra": "^7.0.0",
"handlebars": "^4.0.12",
"marked": "^0.6.1",
"mustache": "^3.0.0",
"serve-static": "^1.13.2",
"yamljs": "^0.3.0"
}
}