-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
43 lines (43 loc) · 1.05 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
{
"dependencies": {
"async": "^3.2.3",
"babel-polyfill": "^6.26.0",
"body-parser": "^1.20.0",
"colors": "^1.4.0",
"cron": "^1.8.2",
"crypto": "^1.0.1",
"crypto-js": "^4.1.1",
"dat-swarm-defaults": "^1.0.3",
"discovery-swarm": "^6.1.0",
"elliptic": "^6.5.4",
"express": "^4.17.3",
"get-port": "5.1.1 --",
"handlebars": "^4.7.7",
"moment": "^2.29.2",
"nopt": "^5.0.0",
"rocksdb": "^5.2.1",
"save": "^2.4.0",
"update-notifier": "^5.1.0"
},
"name": "blockchain",
"version": "1.0.0",
"description": "Create your own blockchain P2P network with Node.js",
"main": "p2p.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ac12644/Blockchain.git"
},
"keywords": [
"blockchain",
"nodejs"
],
"author": "Abhishek Chauhan",
"license": "ISC",
"bugs": {
"url": "https://github.com/ac12644/Blockchain/issues"
},
"homepage": "https://github.com/ac12644/Blockchain#readme"
}