-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 957 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": "docpad-plugin-sitemap",
"version": "0.1.0",
"description": "DocPad plugin which automatically create a sitemap.xml file.",
"homepage": "https://github.com/DjebbZ/docpad-plugin-sitemap",
"keywords": [
"docpad",
"docpad-plugin",
"SEO",
"Search Engine Optimization",
"sitemap",
"sitemap.xml"
],
"author": "Khalid Jebbari <khalid.jebbari> (http://twitter.com/#!/dj3bbz)",
"maintainers": [
"Khalid Jebbari <khalid.jebbari> (http://twitter.com/#!/dj3bbz)"
],
"contributors": [
"Khalid Jebbari <khalid.jebbari> (http://twitter.com/#!/dj3bbz)"
],
"bugs": {
"url": "https://github.com/DjebbZ/docpad-plugin-sitemap/issues"
},
"repository" : {
"type": "git",
"url": "https://github.com/DjebbZ/docpad-plugin-sitemap.git"
},
"engines" : {
"node": ">=0.4.0",
"docpad": "5.x"
},
"dependencies" : {
"sitemap": "0.6.x",
"underscore": "1.x",
"bal-util": "1.6.x"
},
"main": "./sitemap.plugin.coffee"
}