Files
api/packages/rpc-core/package.json
2019-02-28 17:06:49 +01:00

39 lines
962 B
JSON

{
"name": "@polkadot/rpc-core",
"version": "0.45.18",
"description": "A JavaScript wrapper for the Polkadot JsonRPC interface",
"main": "index.js",
"keywords": [
"Polkadot",
"JsonRPC"
],
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [
"Jaco Greeff <jacogr@gmail.com>"
],
"contributors": [],
"license": "Apache-2.0",
"engines": {
"node": ">=6.4"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "git+https://github.com/polkadot-js/api.git"
},
"bugs": {
"url": "https://github.com/polkadot-js/api/issues"
},
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/rpc-core#readme",
"dependencies": {
"@babel/runtime": "^7.3.4",
"@polkadot/jsonrpc": "^0.45.18",
"@polkadot/rpc-provider": "^0.45.18",
"@polkadot/types": "^0.45.18",
"@polkadot/util": "^0.34.35"
}
}