-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
38 lines (38 loc) · 1.31 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": "influencemapping-toolbox",
"version": "1.0.0",
"description": "",
"author": "Jun Matsushita",
"license": "LGPL-3.0",
"repository": {
"type": "git",
"url": "[email protected]:iilab/influencemapping.org.git"
},
"homepage": "https://influencemapping.org/toolbox",
"dependencies": {
"metalsmith": "^2.0.1",
"metalsmith-assets": "^0.1.0",
"metalsmith-collection-tags": "deltamualpha/metalsmith-collection-tags",
"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": "0.0.4",
"metalsmith-generate": "iilab/metalsmith-generate",
"metalsmith-ignore": "^0.1.2",
"metalsmith-in-place": "^1.3.2",
"metalsmith-layouts": "^1.4.2",
"metalsmith-lunr": "^0.2.1",
"metalsmith-metadata": "iilab/metalsmith-metadata",
"metalsmith-metaobject": "^0.1.0",
"metalsmith-pandoc": "iilab/metalsmith-pandoc",
"metalsmith-paths": "^2.1.1",
"metalsmith-register-helpers": "^0.1.2",
"metalsmith-sass": "^1.3.0",
"metalsmith-search-meta": "iilab/metalsmith-search-meta",
"metalsmith-watch": "^1.0.1",
"metalsmith-writemetadata": "^0.4.5",
"nunjucks": "^2.1.0"
}
}