-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 846 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
{
"name": "metalsmith-rssfeed",
"version": "0.0.6",
"description": "A metalsmith plugin to create RSS feeds from files",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mpolitze/metalsmith-rssfeed.git"
},
"keywords": [
"plugin",
"feed",
"rss",
"atom",
"metalsmith"
],
"author": "mpolitze",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/mpolitze/metalsmith-rss/issues"
},
"homepage": "https://github.com/mpolitze/metalsmith-rss#readme",
"dependencies": {
"merge": "^1.2.0",
"minimatch": "^3.0.3",
"rss": "^1.2.1"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-xml": "^0.3.1",
"mocha": "^3.2.0",
"xmldom": "^0.1.27",
"xpath": "0.0.23"
}
}