This repository has been archived by the owner on Dec 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.54 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
{
"name": "ditcraft",
"version": "0.3.1",
"private": true,
"description": "Webapp (ditExplorer) to deliver insights and interact with the ditCraft ecosystem",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon ./bin/www",
"debug": "node --nolazy --inspect-brk=9229 ./bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ditcraft/explorer.git"
},
"keywords": [
"ethereum",
"blockchain",
"voting",
"web3",
"ditcraft"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ditcraft/explorer/issues"
},
"homepage": "https://github.com/ditcraft/explorer#readme",
"dependencies": {
"@octokit/oauth-login-url": "^2.1.2",
"@octokit/rest": "^16.28.2",
"async": "^3.1.0",
"bignumber.js": "^8.1.1",
"bitbucket": "^1.15.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.16.0",
"express-session": "^1.16.1",
"gitlab": "^10.0.0",
"http-errors": "~1.6.2",
"identicon.js": "^2.3.3",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"mongodb": "^3.2.3",
"morgan": "~1.9.0",
"passport": "^0.4.0",
"passport-bitbucket-oauth2": "^0.1.2",
"passport-github2": "^0.1.11",
"passport-gitlab2": "^5.0.0",
"passport-twitter": "^1.0.4",
"pug": "^2.0.3",
"session-memory-store": "^1.0.0",
"socket.io": "^2.2.0",
"twitter": "^1.7.1",
"web3": "^1.0.0-beta.52"
},
"devDependencies": {
"nodemon": "^1.18.11"
}
}