-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 788 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 788 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
{
"name": "reference-server-express",
"version": "1.0.0",
"description": "Reference implementation of the proposed Global Privacy Control standard with sample code and instructions",
"main": "server.js",
"dependencies": {
"ejs": "^3.1.10",
"express": "^4.17.1",
"serverless-http": "^3.2.0"
},
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/globalprivacycontrol/reference-server-express.git"
},
"license": "CC BY 4.0",
"bugs": {
"url": "https://github.com/globalprivacycontrol/reference-server-express/issues"
},
"homepage": "https://github.com/globalprivacycontrol/reference-server-express#readme",
"keywords": [
"gpc",
"global",
"privacy",
"control"
]
}