forked from anders94/blockchain-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 901 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
32
33
34
35
36
37
38
39
40
41
{
"name": "blockchain-demo",
"description": "A web-based demonstration of blockchain concepts.",
"author": {
"name": "Anders Brownworth"
},
"version": "0.0.1",
"keywords": [
"blockchain",
"demo",
"bitcoin"
],
"scripts": {
"start": "node ./bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anders94/blockchain-demo.git"
},
"bugs": {
"url": "https://github.com/anders94/blockchain-demo/issues"
},
"license": "MIT",
"dependencies": {
"async": "^3.2.3",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.4",
"express": "^4.17.1",
"i18n": "^0.14.2",
"morgan": "^1.10.0",
"pug": "^3.0.1",
"serve-favicon": "^2.5.0"
},
"homepage": "https://github.com/anders94/blockchain-demo#readme",
"maintainers": [
{
"name": "anders",
"email": "[email protected]"
}
]
}