github.com/muhammedhassanm/blockchain@v0.0.0-20200120143007-697261defd4d/sawtooth-core-master/sdk/examples/xo_javascript/package.json (about) 1 { 2 "name": "xo_javascript", 3 "version": "1.0.0", 4 "description": "An implementation of the xo transaction family using the sawtooth JS sdk", 5 "main": "index.js", 6 "scripts": { 7 "test": "echo \"Error: no test specified\" && exit 1", 8 "start": "node index.js" 9 }, 10 "author": "", 11 "license": "Apache-2.0", 12 "dependencies": { 13 "cbor": "^3.0.0", 14 "sawtooth-sdk": "file:./../../javascript" 15 } 16 }