-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.04 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
{
"name": "clay-sitemaps",
"version": "1.0.0",
"description": "Add sitemaps to Clay sites.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nymag/clay-sitemaps.git"
},
"keywords": [
"clay",
"amphora",
"sitemaps"
],
"author": "New York Media",
"license": "ISC",
"bugs": {
"url": "https://github.com/nymag/clay-sitemaps/issues"
},
"homepage": "https://github.com/nymag/clay-sitemaps#readme",
"dependencies": {
"amphora": "^8.0.0",
"amphora-storage-postgres": "^2.0.1",
"express": "^4.14.1",
"glob": "^7.1.1",
"lodash": "^4.17.4",
"moment": "^2.17.1",
"multiplex-templates": "^1.3.0",
"through2": "^2.0.3",
"through2-filter": "^2.0.0",
"through2-map": "^3.0.0"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.17.1",
"mocha": "^3.2.0",
"sinon": "^1.17.7"
},
"peerDependencies": {
"handlebars": "4"
},
"engines": {
"node": "^4.0.0"
},
"engine-strict": true
}