forked from globalprivacycontrol/reference-server-express
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 755 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 755 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
{
"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": {
"express": "^4.17.1",
"ejs": "^3.1.10"
},
"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"
]
}