-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 899 Bytes
/
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
{
"name": "metalsmith-podcast",
"version": "0.1.1",
"description": "A metalsmith plugin for generating a podcast feed (XML) file.",
"main": "lib/index.js",
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "https://github.com/andreasvirkus/metalsmith-podcast.git"
},
"keywords": [
"metalsmith",
"podcast",
"feed",
"xml"
],
"author": {
"name": "Andreas Virkus",
"url": "https://andreasvirkus.me"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/andreasvirkus/metalsmith-podcast/issues"
},
"homepage": "https://andreasvirkus.github.io/metalsmith-podcast",
"dependencies": {
"is": "^3.0.1",
"lodash.get": "^3.7.0",
"multimatch": "^2.0.0",
"podcast": "^0.2.2"
},
"devDependencies": {
"assert-dir-equal": "^1.0.1",
"metalsmith": "^2.3.0",
"mocha": "^10.2.0"
}
}