-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.27 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
50
51
52
53
54
{
"name": "trailpack-proxy-sitemap",
"version": "2.1.2",
"description": "Sitemap - Trailpack for Proxy Engine",
"homepage": "https://cali-style.io",
"author": {
"name": "scott-wyatt",
"email": "[email protected]",
"url": "https://cali-style.com"
},
"main": "index.js",
"keywords": [
"Proxy Engine",
"sitemap",
"trailpack",
"trails",
"trailjs"
],
"dependencies": {
"joi": "^10.2.2",
"proxy-engine-errors": "^1.0.1",
"sitemap": "^1.13.0",
"trailpack": "^2.1.0",
"trailpack-proxy-engine": "^2.1.4",
"trailpack-router": "^2.1.0"
},
"devDependencies": {
"cache-manager-fs": "^1.0.6",
"eslint": "^3.0.0",
"eslint-config-trails": "^2.0.0",
"express": "^4.15.2",
"lodash": "^4.17.4",
"mocha": "^2.4.5",
"pg": "^6.4.2",
"sails-disk": "^0.10.10",
"smokesignals": "^2.0.0",
"supertest": "^2.0.1",
"trailpack-express": "^2.0.3",
"trailpack-proxy-cache": "^2.1.0",
"trailpack-proxy-sequelize": "^2.1.0",
"trails": "^2.0.0"
},
"scripts": {
"test": "eslint --fix . && mocha"
},
"engines": {
"node": ">= 6.0.0"
},
"eslintConfig": {
"extends": "trails"
},
"repository": "[email protected]:CaliStyle/trailpack-proxy-sitemap.git",
"license": "MIT"
}