-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 850 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 850 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
{
"name": "blockchain",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"node_1": "nodemon --watch dev -e js dev/networkNode.js 3001 http://localhost:3001",
"node_2": "nodemon --watch dev -e js dev/networkNode.js 3002 http://localhost:3002",
"node_3": "nodemon --watch dev -e js dev/networkNode.js 3003 http://localhost:3003",
"node_4": "nodemon --watch dev -e js dev/networkNode.js 3004 http://localhost:3004",
"node_5": "nodemon --watch dev -e js dev/networkNode.js 3005 http://localhost:3005"
},
"author": "Sandeep Ranjan <sandeepranjan2007@yahoo.co.in> (Flame)",
"license": "MIT",
"dependencies": {
"body-parser": "1.18.3",
"express": "4.16.3",
"nodemon": "1.17.5",
"request": "2.87.0",
"request-promise": "4.2.2",
"sha256": "0.2.0",
"uuid": "3.2.1"
}
}