mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 01:55:10 +00:00
26 lines
582 B
JSON
26 lines
582 B
JSON
{
|
|
"name": "Supply-Chain-app",
|
|
"version": "1.0.0",
|
|
"description": "Hyperledger Fabric POC",
|
|
"scripts": {
|
|
"start": "nodemon -L server.js"
|
|
},
|
|
"dependencies": {
|
|
"angular": "^1.7.8",
|
|
"body-parser": "latest",
|
|
"ejs": "latest",
|
|
"express": "latest",
|
|
"fabric-ca-client": "^2.2.4",
|
|
"fabric-network": "^2.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.15"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"Hyperledger",
|
|
"Fabric",
|
|
"Sample",
|
|
"Application"
|
|
]
|
|
}
|