forked from sairajzero/exchange-market
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.08 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
{
"name": "flo-exchange-market",
"version": "1.0.0",
"description": "Central Exchange market for FLO",
"main": "src/main.js",
"dependencies": {
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
"express-session": "^1.17.2",
"mysql": "^2.18.1",
"node-fetch": "^2.6.1",
"proper-lockfile": "^4.1.2",
"ws": "^8.2.3"
},
"devDependencies": {},
"scripts": {
"postinstall": "node setup/post-install.js",
"help": "node setup/help.js",
"setup": "node setup/post-install.js",
"configure": "node setup/configure-settings.js",
"reset-password": "node setup/reset-password.js",
"checksum-db": "node debug/checksum-db.js",
"start": "node start.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ranchimall/exchange-market.git"
},
"keywords": [
"exchange-market",
"FLO",
"blockchain",
"Ranchimall"
],
"author": "Sai Raj",
"license": "MIT",
"bugs": {
"url": "https://github.com/ranchimall/exchange-market/issues"
},
"homepage": "https://github.com/ranchimall/exchange-market#readme"
}