UNPKG

1.31 kBJSONView Raw
1{
2 "name": "@polkadot/api-provider",
3 "version": "0.14.6",
4 "description": "Transport providers for the API",
5 "main": "index.js",
6 "keywords": [
7 "Polkadot",
8 "JsonRPC"
9 ],
10 "author": "Jaco Greeff <jacogr@gmail.com>",
11 "maintainers": [
12 "Jaco Greeff <jacogr@gmail.com>"
13 ],
14 "contributors": [],
15 "license": "ISC",
16 "engines": {
17 "node": ">=6.4"
18 },
19 "publishConfig": {
20 "access": "public",
21 "registry": "https://registry.npmjs.org"
22 },
23 "repository": {
24 "type": "git",
25 "url": "git+https://github.com/polkadot-js/api.git"
26 },
27 "bugs": {
28 "url": "https://github.com/polkadot-js/api/issues"
29 },
30 "homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-provider#readme",
31 "scripts": {
32 "build": "polkadot-dev-build-babel",
33 "check": "eslint src && flow check",
34 "test": "echo \"Tests only available from root wrapper\""
35 },
36 "devDependencies": {
37 "mock-socket": "^7.1.0",
38 "nock": "^9.1.0"
39 },
40 "dependencies": {
41 "@babel/runtime": "^7.0.0-beta.51",
42 "@polkadot/storage": "^0.20.1",
43 "@polkadot/util": "^0.24.6",
44 "@polkadot/util-crypto": "^0.24.6",
45 "@polkadot/util-keyring": "^0.24.6",
46 "@types/nock": "^9.1.3",
47 "eventemitter3": "^2.0.3",
48 "isomorphic-fetch": "^2.2.1",
49 "websocket": "^1.0.25"
50 }
51}