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

20 lines
454 B
JSON
Raw Normal View History

2017-04-24 09:53:27 +02:00
{
"name": "@parity/dapp-vaults",
2017-04-24 09:53:27 +02:00
"description": "Parity default Vaults view",
"version": "1.99.99",
2017-04-24 09:53:27 +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-vaults.git"
2017-04-24 09:53:27 +02:00
},
"keywords": [],
"scripts": {},
"devDependencies": {},
"dependencies": {},
"peerDependencies": {}
}