openethereum/js/src/shared/package.json

20 lines
473 B
JSON
Raw Normal View History

{
"name": "@parity/shared",
"description": "Shared states and non-ui components for the Parity wallet",
"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": {},
"dependencies": {},
"peerDependencies": {}
}