-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 966 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 966 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
35
36
{
"name": "website",
"version": "1.0.0",
"description": "First real attempt at making a personal website",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./public/scripts/metalsmith.js && nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Glassig/glassig.github.io.git"
},
"author": "Angelina von Gegerfelt",
"license": "ISC",
"bugs": {
"url": "https://github.com/Glassig/glassig.github.io/issues"
},
"homepage": "https://glassig.github.io",
"dependencies": {
"express": "^4.16.2",
"express-hbs": "^1.0.1",
"hbs": "^4.0.0",
"metalsmith": "^2.1.0",
"metalsmith-beautify": "^0.1.0",
"metalsmith-in-place": "^1.4.4",
"metalsmith-layouts": "^1.6.5",
"metalsmith-markdown": "^0.2.2",
"nodemon": "^1.14.12",
"serve-favicon": "^2.3.0"
},
"engines": {
"node": "5.7.0",
"npm": "3.6.0"
}
}