forked from joshtechnologygroup/blockchain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 789 Bytes
/
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
{
"name": "blockchain",
"version": "1.0.0",
"description": "BlockChain Implementation",
"main": "src/app.js",
"scripts": {
"start": "node src/main.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joshtechnologygroup/blockchain.git"
},
"keywords": [
"blockchain"
],
"author": "Dhirendra Maurya",
"license": "MIT",
"bugs": {
"url": "https://github.com/joshtechnologygroup/blockchain/issues"
},
"homepage": "https://github.com/joshtechnologygroup/blockchain#readme",
"dependencies": {
"body-parser": "^1.18.2",
"crypto-js": "^3.1.9-1",
"express": "^4.16.2",
"ws": "^4.1.0",
"request": "~2.83.0",
"request-promise-native": "~1.0.5"
}
}