-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 2.32 KB
/
package.json
File metadata and controls
97 lines (97 loc) · 2.32 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "web4-oasis-api",
"version": "1.0.8",
"description": "A JavaScript proxy for the WEB4 OASIS API. To be used only in the browser.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/NextGenSoftwareUK/OASIS-API-Javascipt-Package.git"
},
"homepage": "https://github.com/NextGenSoftwareUK/Our-World-OASIS-API-HoloNET-HoloUnity-And-.NET-HDK#readme",
"author": "NextGen Software Ltd",
"license": "MIT",
"keywords": [
"OASIS API",
"Avatar API",
"Karma API",
"Data API",
"SEEDS API",
"Keys/Wallets API",
"Providers API",
"WEB 3",
"WEB 4",
"WEB 5",
"Blockchain",
"NFT",
"Tokens",
"Crypto",
"Interoperable",
"Future-Prove",
"Metaverse",
"Aggregation",
"HOT-Swappable-Architecture",
"P2P",
"Decentralised",
"Distributed",
"Interoprability",
"Abstraction-Layer",
"Multi-Network",
"Multi-Chain",
"Bridging",
"Network-Of-Networks",
"SSO",
"Auto-FailOver",
"Auto-LoadBalancing",
"Auto-Replication",
"Auto-Sync",
"Offline-Support",
"Write-Once-Deploy-Everywhere",
"Triple-Level-Quantum-Resistant-Encryption",
"Quantum",
"Encryption",
"Smart-Contracts",
"Intelligent-Key-Management",
"Zero-Lag",
"Zero-Downtime",
"Agent-Centric",
"Smart-City-Ready",
"WEB/2D/3D/AR/VR/IR/Map/Meta-Visusalization",
"Bio-feedback-Ready",
"IR-(Infinite-Reality)-Ready",
"Infinite-Players-Online-At-Same-Time",
"LAN/Bluetooth-Support",
"AI/Machine-Learning-Over-All-Of-World's-Aggregated-Data",
"HTTP-REST/gRPC/GraphQL/CLI/Native-Endpoints",
"Best-Of-All-Worlds",
"GOD-Protocol/API",
"Our-World-Geo-Location/AR/IR/Map-UI-(Game-of-Games-Engine)",
"One-World-Open-World-MMO-(VR)-UI-(Game-of-Games-Engine)",
"SEEDS",
"Telos",
"TRON",
"Holochain",
"IPFS",
"Solana",
"EOS",
"Ethereum",
"MongoDB",
"Neo4j",
"SQLLite",
"ThreeFold",
"SOLID",
"ActivityPub",
"AzureCosmosDB",
"BlockStack",
"Chainlink",
"COSMOS",
"Elrond",
"Hashgraph",
"OrionProtocol",
"PLAN",
"Scuttlebutt",
"More Coming..."
],
"dependencies": {
"axios": "^0.26.1"
}
}