-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 954 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 954 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
{
"name": "crafterkina-website",
"version": "0.1.0",
"private": true,
"script": {
"start": "env NODE_PATH=. node app.js"
},
"dependencies": {
"handlebars": "^4.0.5",
"metalsmith": "^2.2.0",
"metalsmith-layouts": "^1.6.5",
"metalsmith-markdown": "^0.2.1",
"metalsmith-metallic": "^1.0.0",
"metalsmith-tags": "^1.3.0",
"metalsmith-collections": "^0.7.0",
"metalsmith-copy": "^0.2.1",
"metalsmith-in-place": "^1.4.4",
"metalsmith-headings": "^0.1.0",
"metalsmith-html-minifier": "^2.1.0",
"metalsmith-assets": "^0.1.0",
"metalsmith-rootpath": "^1.0.4",
"metalsmith-metafiles": "^2.0.0",
"metalsmith-env": "^2.0.0",
"metalsmith-updated": "^0.1.4",
"metalsmith-paths":"^2.1.2",
"metalsmith-register-helpers":"^0.2.0",
"diy-handlebars-helpers":"^1.0.10",
"moment":"^2.15.0",
"metalsmith-drafts":"^0.0.1",
"del":"^2.2.2",
"metalsmith-rss":"^1.0.0"
}
}