-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 1.25 KB
/
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": "fuge.io",
"version": "0.0.1",
"description": "The website for fug",
"main": "build.js",
"license": "MIT",
"private": "true",
"scripts": {
"test": "echo \"INFO: No test specified.\"",
"start": "npm run build && npm run docs",
"build": "metalsmith",
"docs": "metalsmith-start -p 8000",
"deploy": "surge --project ./dist/ --domain fuge.io"
},
"contributors": [
"Peter Elger (https://github.com/pelger)",
"David Clements (https://github.com/davidmarkclements)",
"Karolina Szczur (https://github.com/thefoxis)",
"Dean McDonnell (https://github.com/mcdonnelldean)"
],
"dependencies": {
"handlebars": "^4.0.5",
"metalsmith": "^2.2.0",
"metalsmith-annotate": "^0.1.2",
"metalsmith-assets": "^0.1.0",
"metalsmith-broken-link-checker": "^0.1.10",
"metalsmith-debug": "1.1.0",
"metalsmith-download": "0.0.1",
"metalsmith-drafts": "0.0.1",
"metalsmith-headings-identifier": "0.0.11",
"metalsmith-ignore": "^0.1.2",
"metalsmith-layouts": "^1.6.5",
"metalsmith-less": "^2.0.0",
"metalsmith-markdown": "^0.2.1",
"metalsmith-move-up": "1.0.0",
"metalsmith-start": "^2.0.1"
},
"devDependencies": {
"metalsmith-sass": "^1.3.0",
"surge": "^0.18.0"
}
}