openethereum/js/src/views/package.json

28 lines
640 B
JSON
Raw Normal View History

2017-05-09 12:46:00 +02:00
{
"name": "@parity/views",
2017-05-09 12:46:00 +02:00
"description": "Parity wallet dapps",
"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": {
"base32.js": "0.1.0",
"bytes": "2.4.0",
"format-number": "2.0.1",
"phoneformat.js": "1.0.3",
"react-element-to-jsx-string": "6.0.0",
"react-markdown": "2.4.4",
"rlp": "2.0.0"
},
2017-05-09 12:46:00 +02:00
"peerDependencies": {}
}