-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
37 lines (37 loc) · 909 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
{
"name": "apostrophe-site-map",
"version": "2.9.0",
"description": "Generate site maps for sites powered by the Apostrophe CMS.",
"main": "index.js",
"dependencies": {
"@sailshq/lodash": "^3.10.3",
"async": "^1.5.2",
"moment": "^2.24.0",
"node-fetch": "^2.6.5"
},
"devDependencies": {
"apostrophe": "^2.85.0",
"apostrophe-workflow": "^2.18.0",
"cheerio": "^1.0.0-rc.2",
"mocha": "^5.1.1"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/apostrophecms/apostrophe-site-map"
},
"keywords": [
"sitemap",
"apostrophe",
"apostrophecms",
"apostrophe-cms"
],
"author": "Apostrophe Technologies, Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/apostrophecms/apostrophe-site-map/issues"
},
"homepage": "https://github.com/apostrophecms/apostrophe-site-map"
}