-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.09 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.09 KB
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": "hj-metal",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "node index.js",
"build_with_drafts": "node index.js --preview-drafts",
"serve": "http-server build",
"build_and_serve": "yarn build && yarn serve",
"publish_to_gh": "yarn build && node deploy_to_gh-pages.js",
"upgrade_deps": "node node_modules/yarn-upgrade-all/index.js"
},
"repository": {
"type": "git",
"url": "ssh://git@treder.me:4560/home/git/repo/hj-metal"
},
"author": "",
"license": "ISC",
"dependencies": {
"ejs": "^2.5.6",
"gh-pages": "^1.0.0",
"http-server": "^0.10.0",
"jstransformer": "^1.0.0",
"jstransformer-ejs": "^0.0.3",
"metalsmith": "^2.3.0",
"metalsmith-collections": "^0.9.0",
"metalsmith-drafts": "^0.0.1",
"metalsmith-engine-jstransformer": "^0.1.1",
"metalsmith-in-place": "^2.0.1",
"metalsmith-layouts": "^1.8.1",
"metalsmith-markdown": "^0.2.1",
"metalsmith-permalinks": "^0.5.0",
"metalsmith-sass": "^1.4.0",
"multimatch": "^2.1.0",
"yarn-upgrade-all": "^0.1.5"
}
}