-
Notifications
You must be signed in to change notification settings - Fork 255
/
package.json
37 lines (37 loc) · 954 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
{
"name": "makefile-tutorial",
"version": "1.0.0",
"description": "Makefile Tutorial with Examples",
"scripts": {
"dev": "node build.js --dev",
"build": "node build.js"
},
"dependencies": {},
"devDependencies": {
"ejs": "^3.1.5",
"handlebars": "^4.7.6",
"metalsmith": "^2.3.0",
"metalsmith-sass": "^1.7.0",
"metalsmith-serve": "0.0.7",
"metalsmith-stylus": "^3.0.0",
"metalsmith-assets": "^0.1.0",
"metalsmith-autotoc": "^0.1.3",
"metalsmith-collections": "^0.9.0",
"metalsmith-drafts": "^0.0.1",
"metalsmith-layouts": "^1.6.5",
"metalsmith-markdown": "1.3.0",
"metalsmith-metallic": "^2.0.1",
"metalsmith-watch": "^1.0.3",
"minimist": "^1.2.0"
},
"engines": {
"node": ">=12.10.0",
"yarn": "^1.21.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theicfire/makefiletutorial"
},
"author": "Chase Lambert",
"license": "MIT"
}