-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 960 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 960 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
39
40
41
42
{
"name": "passmap",
"version": "1.0.0",
"description": "Shows vissa requirements for holders of the selected country.",
"main": "main.js",
"dependencies": {
"body-parser": "^1.19.0",
"dotenv": "^8.0.0",
"express": "^4.17.1",
"http-server": "^0.11.1",
"jquery": "^3.4.1",
"jsonwebtoken": "^8.5.1",
"node-forge": "^0.8.5",
"mysql": "^2.17.1",
"ms": "^2.1.2"
},
"devDependencies": {},
"scripts": {
"start":"node main.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HelloYuiYui/PassMap.git"
},
"keywords": [
"passport",
"visa",
"pass",
"reisepass",
"passe",
"map",
"passport map",
"passportmap"
],
"author": "EIA",
"license": "ISC",
"bugs": {
"url": "https://github.com/HelloYuiYui/PassMap/issues"
},
"homepage": "https://github.com/HelloYuiYui/PassMap#readme"
}