openethereum/js/packages/dapp-signer/package.json

20 lines
470 B
JSON
Raw Normal View History

2017-04-24 13:40:23 +02:00
{
"name": "@parity/dapp-signer",
2017-04-24 13:40:23 +02:00
"description": "Parity signer views, embedded and requests",
"version": "1.99.99",
2017-04-24 13:40:23 +02:00
"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-signer.git"
2017-04-24 13:40:23 +02:00
},
"keywords": [],
"scripts": {},
"devDependencies": {},
"dependencies": {},
"peerDependencies": {}
}