-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 897 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 897 Bytes
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
{
"name": "blockchain",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"node_1": "nodemon --watch dev -e js dev/networkNode.js 61000 http://localhost:61000",
"node_2": "nodemon --watch dev -e js dev/networkNode.js 61001 http://localhost:61001",
"node_3": "nodemon --watch dev -e js dev/networkNode.js 61002 http://localhost:61002",
"node_4": "nodemon --watch dev -e js dev/networkNode.js 61003 http://localhost:61003",
"node_5": "nodemon --watch dev -e js dev/networkNode.js 61004 http://localhost:61004"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"body-parser": "^2.0.2",
"express": "^5.0.0",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"sha256": "^0.2.0",
"uuid": "^11.0.3"
},
"devDependencies": {
"nodemon": "^3.1.9"
}
}