forked from polkadot-js/apps
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 836 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "@polkadot/react-query",
"version": "0.40.0-beta.51",
"description": "A collection of RxJs React components the Polkadot JS API",
"main": "index.js",
"keywords": [
"Polkadot",
"React",
"RxJs"
],
"author": "Jaco Greeff <[email protected]>",
"maintainers": [
"Jaco Greeff <[email protected]>"
],
"contributors": [],
"license": "Apache-2.0",
"engines": {
"node": ">=8.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "git+https://github.com/polkadot-js/ui.git"
},
"bugs": {
"url": "https://github.com/polkadot-js/ui/issues"
},
"homepage": "https://github.com/polkadot-js/ui/tree/master/packages/ui-reactive#readme",
"dependencies": {
"@babel/runtime": "^7.8.4"
}
}