21 lines
445 B
JSON
21 lines
445 B
JSON
|
{
|
||
|
"name": "@parity/dapp-dappreg",
|
||
|
"description": "Parity dapps",
|
||
|
"version": "1.99.99",
|
||
|
"main": "index.js",
|
||
|
"author": "Parity Team <admin@parity.io>",
|
||
|
"maintainers": [],
|
||
|
"contributors": [],
|
||
|
"license": "GPL-3.0",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/paritytech/dapp-dappreg.git"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"scripts": {},
|
||
|
"devDependencies": {},
|
||
|
"dependencies": {
|
||
|
},
|
||
|
"peerDependencies": {}
|
||
|
}
|