-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.3 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
{
"name": "openmentoring-publication",
"version": "1.0.0",
"description": "",
"author": "Jun Matsushita",
"license": "LGPL-3.0",
"repository": {
"type": "git",
"url": "git@github.com:iilab/openmentoring-publication.git"
},
"homepage": "https://openmentoring.io",
"dependencies": {
"metalsmith": "^2.0.1",
"metalsmith-assets": "^0.1.0",
"metalsmith-build-date": "iilab/metalsmith-build-date#iso",
"metalsmith-collection-metadata": "iilab/metalsmith-collection-metadata",
"metalsmith-collections": "jlamontagne/metalsmith-collections#dynamic-collections",
"metalsmith-concat": "^3.0.3",
"metalsmith-copy": "^0.2.1",
"metalsmith-debug": "0.0.2",
"metalsmith-env": "^2.0.0",
"metalsmith-filemetadata": "iilab/metalsmith-filemetadata#merge",
"metalsmith-generate": "iilab/metalsmith-generate",
"metalsmith-ignore": "^0.1.2",
"metalsmith-layouts": "^1.4.2",
"metalsmith-markdown": "iilab/metalsmith-markdown#pattern_delete",
"metalsmith-many-more": "iilab/metalsmith-many-more",
"metalsmith-metaobject": "^0.1.0",
"metalsmith-paths": "^2.1.1",
"metalsmith-register-helpers": "^0.1.2",
"metalsmith-rename": "^1.0.0",
"metalsmith-remove": "iilab/metalsmith-remove",
"metalsmith-replace": "^0.1.1",
"nunjucks": "^2.1.0"
}
}