@cargochain/sdk-js
Version:
The CargoChain platform allows application developers to build supply chain solutions that enable the secure distribution of cargo information among trusted partners.
26 lines (25 loc) • 676 B
JSON
{
"name": "@cargochain/sdk-js",
"version": "2.1.2",
"description": "The CargoChain platform allows application developers to build supply chain solutions that enable the secure distribution of cargo information among trusted partners.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cargochain",
"js",
"javascript",
"blockchain",
"sdk",
"client",
"global",
"supplychain"
],
"author": "CargoChain",
"license": "ISC",
"homepage": "https://github.com/CargoChain/doc/wiki/JS-SDK",
"dependencies": {
"superagent": "^6.1.0"
}
}