forked from tmpim/Krist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 loc) · 2.22 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
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
{
"name": "Discord-Coin",
"version": "0.0.1",
"description": "A cyptocurrency for Discord.",
"main": "main.js",
"scripts": {
"convertdb": "node convertdb.js"
},
"repository": {
"type": "git",
"url": "https://github.com/CP3D/Discord-Coin"
},
"author": "Original by Lemmy, modified by CP3D",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/CP3D/Discord-Coin/issues"
},
"homepage": "https://github.com/CP3D/Discord-Coin",
"dependencies": {
"bluebird": "^3.2.1",
"body-parser": "^1.14.2",
"colors": "^1.1.2",
"console-stamp": "^0.2.0",
"emailjs": "^1.0.8",
"express": "^4.13.3",
"express-rate-limit": "^2.1.0",
"express-ws": "^1.0.0-rc.2",
"gitlog": "^2.1.2",
"hat": "0.0.3",
"moment": "^2.11.1",
"morgan": "^1.7.0",
"node-uuid": "^1.4.7",
"redis": "^2.4.2",
"request": "^2.69.0",
"sequelize": "^3.19.0",
"shields-lightweight": "^0.1.0",
"swig": "^1.4.2"
},
"optionalDependencies": {
"mysql": "^2.10.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-apidoc": "^0.10.1",
"grunt-contrib-watch": "^0.6.1",
"progress": "^1.1.8",
"sqlite3": "^3.1.1",
"yesno": "0.0.1"
},
"apidoc": {
"title": "Krist",
"url": "http://krist.ceriat.net",
"description": "This is the documentation for the new Krist API.",
"order": [
"AddressGroup",
"GetAddress",
"GetAddresses",
"GetRichAddresses",
"GetAddressTransactions",
"GetAddressNames",
"GetAddressWebhooks",
"BlockGroup",
"GetBlocks",
"GetLowestBlocks",
"GetLatestBlocks",
"GetBlock",
"GetLastBlock",
"GetBaseValue",
"GetValue",
"SubmitBlock",
"TransactionGroup",
"GetTransactions",
"GetLatestTransactions",
"GetTransaction",
"MakeTransaction",
"NameGroup",
"GetName",
"GetNames",
"GetNewNames",
"GetNameCost",
"GetNameBonus",
"RegisterName",
"TransferName",
"WebhookGroup",
"GetWebhooks",
"MakeWebhook",
"DeleteWebhookPOST",
"DeleteWebhookDELETE",
"MiscellaneousGroup",
"WebsocketGroup",
"WebsocketStart",
"WSGetWork"
]
}
}