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

20 lines
465 B
JSON
Raw Normal View History

2017-04-24 12:45:01 +02:00
{
"name": "@parity/dapp-accounts",
2017-04-24 17:41:47 +02:00
"description": "Parity default accounts list view",
"version": "1.99.99",
2017-04-24 12:45:01 +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-accounts.git"
2017-04-24 12:45:01 +02:00
},
"keywords": [],
"scripts": {},
"devDependencies": {},
"dependencies": {},
"peerDependencies": {}
}