-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
66 lines (66 loc) · 1.95 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "metalsmith-gathercontent",
"version": "1.5.0",
"description": "GatherContent metalsmith plugin using hithercontent",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node test",
"posttest": "npm run xo",
"xo": "xo --space --no-semicolon --ignore test/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thiagodemellobueno/metalsmith-gathercontent.git"
},
"keywords": [
"metalsmith"
],
"author": "Thiago de Mello Bueno",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/thiagodemellobueno/metalsmith-gathercontent/issues"
},
"homepage": "https://github.com/thiagodemellobueno/metalsmith-gathercontent#readme",
"dependencies": {
"base-64": "^0.1.0",
"fetch": "^1.1.0",
"file-type": "^10.5.0",
"fs": "0.0.1-security",
"hithercontent": "^0.2.1",
"is-svg": "^3.0.0",
"lodash": "^4.17.4",
"mkdirp": "^0.5.1",
"node-fetch": "^1.7.3",
"read-chunk": "^3.0.0",
"request": "^2.83.0"
},
"devDependencies": {
"assert-dir-equal": "^1.1.0",
"extend-shallow": "^3.0.2",
"jstransformer-html-beautify": "0.0.1",
"jstransformer-twig": "^1.4.0",
"kalastatic": "git://github.com/kalamuna/kalastatic.git#gathercontent",
"metalsmith": "^2.3.0",
"metalsmith-assets-convention": "^1.2.0",
"metalsmith-clean-urls": "^1.1.0",
"metalsmith-collections-convention": "^1.3.0",
"metalsmith-concat-convention": "^1.2.0",
"metalsmith-define": "^2.0.1",
"metalsmith-env": "^2.0.0",
"metalsmith-ignore": "^0.1.2",
"metalsmith-jstransformer": "^0.12.1",
"metalsmith-jstransformer-partials": "^2.0.0",
"metalsmith-markdown": "^0.2.2",
"metalsmith-metadata-convention": "^1.0.1",
"metalsmith-metadata-files": "^2.2.0",
"metalsmith-paths": "^3.0.1",
"mocha": "^5.0.0",
"nconf": "^0.10.0",
"rimraf": "^2.6.2",
"testit": "^3.0.0",
"xo": "^0.18.2"
}
}