-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 863 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 863 Bytes
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": "amphora-sitemaps",
"version": "1.0.0",
"description": "A module for get the all the published pages for the sites for Amphora",
"main": "index.js",
"scripts": {
"eslint": "eslint --max-warnings 0 lib",
"jest": "jest",
"test": "npm run eslint && npm run jest"
},
"keywords": [
"amphora",
"clay",
"kiln"
],
"repository": {
"type": "git",
"url": "https://github.com/clay/amphora-sitemaps"
},
"author": "New York Media",
"license": "MIT",
"dependencies": {
"amphora": "^8.0.0",
"amphora-fs": "^2.0.0",
"bluebird": "^3.5.2",
"body-parser": "^1.18.3",
"clay-log": "^1.3.1",
"express": "^4.16.3",
"highland": "^2.13.0",
"lodash": "^4.17.21",
"xml": "^1.0.1"
},
"devDependencies": {
"coveralls": "^3.0.2",
"eslint": "^5.6.1",
"jest": "^23.6.0"
}
}