-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.08 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
{
"name": "trecenti.github.io",
"version": "0.0.0",
"description": "trecenti.github.io website",
"main": "index.js",
"scripts": {
"build": "node scripts/build.js",
"start": "node scripts/serve.js",
"watch": "node scripts/watch.js",
"publish": "npm run build && node scripts/publish.js"
},
"repository": {
"type": "git",
"url": "git://github.com/trecenti/trecenti.github.io"
},
"author": "Bruno Trecenti",
"homepage": "https://github.com/trecenti/trecenti.github.io",
"devDependencies": {
"express": "^4.14.0",
"gh-pages": "^0.2.0",
"marked": "^0.3.5",
"metalsmith": "^2.1.0",
"metalsmith-beautify": "^0.1.0",
"metalsmith-collections": "^0.7.0",
"metalsmith-drafts": "0.0.1",
"metalsmith-feed": "^0.2.0",
"metalsmith-in-place": "^1.4.4",
"metalsmith-layouts": "^1.6.5",
"metalsmith-markdown": "^0.2.1",
"metalsmith-permalinks": "^0.5.0",
"metalsmith-sass": "^1.3.0",
"metalsmith-snippet": "^2.0.0",
"morgan": "^1.7.0",
"node-watch": "^0.3.5",
"swig": "^1.4.2"
},
"dependencies": {}
}