@tokenz/tokens-smartcontract-sdk
Version:
Smart Contract SDK for Tokenz STO platform
31 lines (30 loc) • 780 B
JSON
{
"name": "@tokenz/tokens-smartcontract-sdk",
"version": "0.1.0",
"description": "Smart Contract SDK for Tokenz STO platform ",
"main": "index.js",
"scripts": {
"build" : "browserify index.js -o build/bundle.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tokenyz-ventures-limited/Tokens-smartContract-sdk.git"
},
"keywords": [
"SDK",
"Smart",
"Contract"
],
"author": "Harsh Patel",
"license": "MIT",
"bugs": {
"url": "https://github.com/tokenyz-ventures-limited/Tokens-smartContract-sdk/issues"
},
"homepage": "https://github.com/tokenyz-ventures-limited/Tokens-smartContract-sdk#readme",
"devDependencies": {
"browserify": "^16.5.0"
},
"dependencies": {
"web3": "^1.0.0-beta.36"
}
}