github.com/muhammedhassanm/blockchain@v0.0.0-20200120143007-697261defd4d/sawtooth-supply-chain-master/ledger_sync/package.json (about) 1 { 2 "name": "supply_chain_ledger_sync", 3 "version": "0.0.0", 4 "description": "A simple component to sync blockchain state to a database", 5 "main": "index.js", 6 "directories": { 7 "test": "tests" 8 }, 9 "scripts": { 10 "start": "node index.js", 11 "watch": "nodemon index.js", 12 "test": "standard" 13 }, 14 "repository": { 15 "type": "git", 16 "url": "git+https://github.com/hyperledger/sawtooth-supply-chain.git" 17 }, 18 "author": "", 19 "license": "Apache-2.0", 20 "bugs": { 21 "url": "https://github.com/hyperledger/sawtooth-supply-chain/issues" 22 }, 23 "homepage": "https://github.com/hyperledger/sawtooth-supply-chain#readme", 24 "dependencies": { 25 "body-parser": "^1.17.2", 26 "js-schema": "^1.0.1", 27 "lodash": "^4.17.4", 28 "protobufjs": "^6.8.0", 29 "rethinkdb": "^2.3.3", 30 "sawtooth-sdk": "^1.0.0-rc" 31 }, 32 "devDependencies": { 33 "nodemon": "^1.11.0", 34 "standard": "^10.0.3" 35 } 36 }