github.com/hyperledger/burrow@v0.34.5-0.20220512172541-77f09336001d/docs/example/basic-app-website/package.json (about) 1 { 2 "name": "basic-app", 3 "version": "1.0.0", 4 "description": "Simple end-to-end Burrow app", 5 "main": "app.js", 6 "scripts": { 7 "test": "node app.js" 8 }, 9 "author": "Silas Davis, website section added by Luke Riley", 10 "license": "Apache-2.0", 11 "dependencies": { 12 "@monax/burrow": "^0.24.3", 13 "body-parser": "^1.18.3", 14 "express": "^4.16.3", 15 "ejs": "^2.6.2" 16 } 17 }