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

24 lines
521 B
JSON
Raw Normal View History

2017-04-24 17:41:47 +02:00
{
2017-07-27 18:12:42 +02:00
"name": "@parity/dapp-account",
2017-04-24 17:41:47 +02:00
"description": "Parity default account view",
"version": "0.0.0",
"main": "index.js",
"author": "Parity Team <admin@parity.io>",
"maintainers": [],
"contributors": [],
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/paritytech/parity.git"
},
"keywords": [],
"scripts": {},
"devDependencies": {},
2017-07-27 17:57:47 +02:00
"dependencies": {
"oo7": "*",
"oo7-parity": "*",
"parity-reactive-ui": "*"
},
2017-04-24 17:41:47 +02:00
"peerDependencies": {}
}