coinxp-eos
Version:
EOS configuration is simplified and specified smart contract registration and invocation is supported for javascript
40 lines (39 loc) • 902 B
JSON
{
"name": "coinxp-eos",
"version": "1.0.4",
"description": "EOS configuration is simplified and specified smart contract registration and invocation is supported for javascript",
"main": "lib/index.js",
"scripts": {
"test": "mocha lib/**/*.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/drunken005/coinxp-eos.git"
},
"keywords": [
"CXP",
"CoinXP",
"ETH",
"EOS",
"BTC",
"Crosschain",
"Blockchain"
],
"author": "drunken",
"license": "ISC",
"bugs": {
"url": "https://github.com/drunken005/coinxp-eos/issues"
},
"homepage": "https://github.com/drunken005/coinxp-eos#readme",
"dependencies": {
"binaryen": "^51.0.0",
"eosjs": "^16.0.9",
"lodash": "^4.17.11"
},
"devDependencies": {
"assert": "^1.4.1",
"mocha": "^5.2.0",
"mochawesome": "^3.0.3",
"should": "^13.2.3"
}
}