-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (39 loc) · 1.13 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
{
"name": "Getpino.io",
"version": "0.1.0",
"description": "The website for Pino.js",
"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": [
"Matteo Collina (https://github.com/mcollina)",
"David Mark Clements (https://github.com/davidmarkclements)"
],
"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"
}
}