UNPKG

1.04 kBJSONView Raw
1{
2 "name": "@polkadot/api-provider",
3 "version": "0.8.7",
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 "license": "ISC",
12 "engines": {
13 "node": ">=6.4"
14 },
15 "publishConfig": {
16 "access": "public",
17 "registry": "https://registry.npmjs.org"
18 },
19 "repository": {
20 "type": "git",
21 "url": "git+https://github.com/polkadot-js/api.git"
22 },
23 "bugs": {
24 "url": "https://github.com/polkadot-js/api/issues"
25 },
26 "homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-provider#readme",
27 "scripts": {
28 "build": "polkadot-dev-build-babel",
29 "check": "eslint src && flow check",
30 "test": "echo \"Tests only available from root wrapper\""
31 },
32 "devDependencies": {
33 "mock-socket": "^7.1.0",
34 "nock": "^9.1.0"
35 },
36 "dependencies": {
37 "@polkadot/util": "^0.18.4",
38 "babel-runtime": "^6.26.0",
39 "isomorphic-fetch": "^2.2.1",
40 "websocket": "^1.0.25"
41 }
42}