seeleteam.js
Version:
Generic script api library for Seele blockchain
37 lines (36 loc) • 885 B
JSON
{
"name": "seeleteam.js",
"version": "2.0.0",
"description": "Generic script api library for Seele blockchain",
"main": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seeleteam/seelejs.git"
},
"keywords": [
"seele",
"javascript",
"rpc-api",
"meteor"
],
"author": "ffwang@seelenet.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/seeleteam/seelejs/issues"
},
"homepage": "https://github.com/seeleteam/seelejs#readme",
"dependencies": {
"bignumber.js": "^8.0.1",
"keccak": "^1.4.0",
"lib": "^3.0.2",
"rlp": "^2.1.0",
"scrypt-js": "^2.0.4",
"secp256k1": "^3.5.2",
"utf8": "^3.0.0",
"xhr2-cookies": "^1.1.0",
"xmlhttprequest": "^1.8.0"
}
}