2017-05-09 12:46:00 +02:00
|
|
|
{
|
2017-07-21 15:46:53 +02:00
|
|
|
"name": "@parity/dapps",
|
|
|
|
"description": "Parity dapps",
|
2017-05-09 12:46:00 +02:00
|
|
|
"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-05-10 13:23:14 +02:00
|
|
|
"dependencies": {
|
|
|
|
"base32.js": "0.1.0",
|
|
|
|
"bytes": "2.4.0",
|
|
|
|
"format-number": "2.0.1",
|
|
|
|
"phoneformat.js": "1.0.3",
|
2017-07-21 15:46:53 +02:00
|
|
|
"react-codemirror": "^0.3.0",
|
2017-05-10 13:23:14 +02:00
|
|
|
"react-element-to-jsx-string": "6.0.0",
|
2017-07-21 15:46:53 +02:00
|
|
|
"react-inspector": "paritytech/react-inspector",
|
2017-05-10 13:23:14 +02:00
|
|
|
"react-markdown": "2.4.4",
|
2017-07-21 15:46:53 +02:00
|
|
|
"material-ui": "0.16.5",
|
|
|
|
"validator": "6.2.0",
|
2017-05-10 13:23:14 +02:00
|
|
|
"rlp": "2.0.0"
|
|
|
|
},
|
2017-05-09 12:46:00 +02:00
|
|
|
"peerDependencies": {}
|
|
|
|
}
|