forked from awdevmyid/awdevmyid.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (43 loc) · 1.15 KB
/
package.json
File metadata and controls
44 lines (43 loc) · 1.15 KB
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
registry=https://pkgs.dev.azure.com/awdevmyid/_packaging/awdevmyid/npm/registry/
always-auth=true
{
"route": "/index.html",
"allowedRoles": ["authenticated"]
}
{
"name": "awdev",
"version": "1.0.0",
"description": "Awdev Personal Portfolio",
"homepage": "https://github.com/awdevmyid/awdevmyid.github.io",
"website": "https://www.awdev.my.id/",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"AWDEV",
"AWDEV QR",
"AWDEV CORPORATION",
"WEB AWDEV",
"BLOOG AWDEV",
"ORGANITATION",
"COMUNITY",
"AWDEV SOURCE",
"AWDEV CLIENTS",
"AWDEV COMUNITY",
"AWDEV UPDATE",
"AWDEV NEWS"
],
"author": "awdev (https://www.awdev.my.id)",
"url": "https://awdevmyid.github.io",
"Github CLI": "gh repo clone awdevmyid/awdevmyid.github.io",
"repository": "https://github.com/awdevmyid/awdevmyid.github.io.git",
"ssh": "git@github.com:awdevmyid/awdevmyid.github.io.git",
"favicon": "/favicon.ico",
"license": "GNU Lesser General Public License v2.1",
"funding": "https://saweria.co/AwGroupChannel",
"dependencies": {
"express": "^1.1.0",
"jsonwebtoken": "^1.1.1"
}
}