-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.21 KB
/
package.json
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
{
"name": "the-slate",
"version": "1.1.1",
"description": "A chat client with homemade encryption that is accessible to users via a web browser. The main-server exists only as an information board which shows users where to send their messages. However, users communicating to other users is a FULLY peer to peer synchronous communication process. Once you Reload, it is a Clean Slate :D",
"main": "slate.js",
"scripts": {
"run": "node slate.js",
"start": "node slate.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Y0ursTruly/slate.git"
},
"keywords": [
"npm",
"git",
"rsa",
"main-server-independant",
"peer-to-peer",
"chat",
"ledger",
"communication",
"communication-system",
"slate",
"clean-slate",
"mesh-networks",
"decentralized",
"pec",
"decentralized-applications",
"encryption"
],
"author": "Paul R. Y. Taylor",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Y0ursTruly/slate/issues"
},
"homepage": "https://github.com/Y0ursTruly/slate#readme",
"dependencies": {
"ngrok": "4.3.1",
"xmlhttprequest": "^1.8.0"
}
}