-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 745 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 745 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
{
"author": "Bob Matcuk",
"name": "html-brunch-static",
"description": "Transform static html files using brunch.",
"keywords": [
"brunch",
"static",
"markdown",
"jade",
"html"
],
"version": "1.4.3",
"homepage": "https://github.com/bmatcuk/html-brunch-static",
"license": "MIT",
"repository": {
"type": "git",
"url": "bmatcuk/html-brunch-static"
},
"scripts": {
"prepare": "brunch build -p",
"start": "brunch watch"
},
"dependencies": {
"anymatch": "^3.1.1",
"handlebars": "^4.3.0",
"html-minifier": "^4.0.0",
"lodash.merge": "^4.6.2",
"yaml-front-matter": "^4.1.0"
},
"devDependencies": {
"brunch": "~2.10.17",
"coffee-script-brunch": "~3.0.0"
}
}