forked from senecajs/senecajs.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.93 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
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "seneca-docs",
"version": "0.1.0",
"description": "The website for senecajs",
"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 4000",
"deploy": "surge --project ./dist/ --domain senecajs.org"
},
"contributors": [
"Richard Rodger (https://github.com/rjrodger)",
"Dean McDonnell (https://github.com/mcdonnelldean)",
"Wyatt Preul (https://github.com/geek)",
"Orla Shanaghy (https://github.com/orlacoding)",
"Oisín Hennessy (https://github.com/code-jace)",
"Blain Smith (https://github.com/blainsmith)",
"Krasimir Trenchev (https://github.com/Ava7)",
"Anton Kulakov (https://github.com/kulakowka)",
"Glen Keane (https://github.com/thekemkid)",
"Vito Tardia (https://github.com/vtardia)",
"Michele Capra (https://github.com/piccoloaiutante)",
"Paulo Vieira (https://github.com/paulovieira)",
"Lloyd Benson (https://github.com/lloydbenson)",
"Bogdan Rotund (https://github.com/Bogdan-Rotund)",
"Adrien Becchis (https://github.com/AdrieanKhisbe)",
"Tim Carry (https://github.com/pixelastic)",
"Karolina Szczur (https://github.com/thefoxis)",
"Kamil Mech (https://github.com/kamil-mech)"
],
"dependencies": {
"handlebars": "^4.0.5",
"metalsmith": "^2.1.0",
"metalsmith-annotate": "^0.1.1",
"metalsmith-assets": "^0.1.0",
"metalsmith-broken-link-checker": "^0.1.8",
"metalsmith-download": "0.0.1",
"metalsmith-drafts": "0.0.1",
"metalsmith-headings-identifier": "0.0.11",
"metalsmith-ignore": "^0.1.2",
"metalsmith-layouts": "^1.0.0",
"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.17.4"
}
}