-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 945 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
{
"name": "@pageboard/proxy",
"version": "0.4.0",
"description": "nginx proxy configuration",
"main": "index.js",
"scripts": {
"start": "./bin/nginx",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "postinstall; make install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pageboard/proxy.git"
},
"keywords": [
"pageboard",
"proxy",
"nginx"
],
"author": "Jérémy Lal <kapouer@melix.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pageboard/proxy/issues"
},
"homepage": "https://github.com/pageboard/proxy#readme",
"dependencies": {
"postinstall": "^0.9.0",
"upcache": "^2.8.1"
},
"postinstall": {
"upcache/nginx/server.d/upcache-redis.conf": "link nginx/server.d/",
"upcache/nginx/conf.d/upcache.conf": "link nginx/conf.d/",
"upcache/nginx/location.d/upcache.conf": "link nginx/location.d/"
}
}