-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.05 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
{
"name": "blockchain-visualizer",
"version": "1.0.0",
"description": "A blockchain visualizing web app",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LRAbbade/Blockchain-Visualizer.git"
},
"keywords": [
"blockchain",
"visualization"
],
"author": "Lucas Abbade, Felipe Martins",
"license": "MIT",
"bugs": {
"url": "https://github.com/LRAbbade/Blockchain-Visualizer/issues"
},
"homepage": "https://github.com/LRAbbade/Blockchain-Visualizer#readme",
"dependencies": {
"async": "^2.6.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.3",
"consign": "^0.1.6",
"cors": "^2.8.4",
"ejs": "^2.6.1",
"express": "^4.16.3",
"express-session": "^1.15.6",
"jsonwebtoken": "^8.3.0",
"lodash": "^4.17.10",
"mongodb": "^3.1.6",
"mongoose": "^5.2.17",
"request": "^2.88.0"
},
"devDependencies": {
"nodemon": "^1.18.5",
"ws": "3.3.2"
}
}