2017-04-24 13:21:22 +02:00
|
|
|
{
|
2017-07-27 18:12:42 +02:00
|
|
|
"name": "@parity/dapp-develop",
|
2017-04-24 13:21:22 +02:00
|
|
|
"description": "Parity contract development interface",
|
2017-07-28 10:25:34 +02:00
|
|
|
"version": "1.99.99",
|
2017-04-24 13:21:22 +02:00
|
|
|
"main": "index.js",
|
|
|
|
"author": "Parity Team <admin@parity.io>",
|
|
|
|
"maintainers": [],
|
|
|
|
"contributors": [],
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-07-28 10:25:34 +02:00
|
|
|
"url": "git+https://github.com/paritytech/dapp-develop.git"
|
2017-04-24 13:21:22 +02:00
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"scripts": {},
|
|
|
|
"devDependencies": {},
|
2017-07-27 17:53:26 +02:00
|
|
|
"dependencies": {
|
2017-07-28 15:37:58 +02:00
|
|
|
"@parity/parity.js": "1.8.7",
|
2017-07-27 20:23:36 +02:00
|
|
|
"oo7": "0.5.3",
|
|
|
|
"oo7-parity": "0.6.8",
|
|
|
|
"oo7-react": "0.4.5",
|
|
|
|
"parity-reactive-ui": "0.4.5"
|
2017-07-27 17:53:26 +02:00
|
|
|
},
|
2017-04-24 13:21:22 +02:00
|
|
|
"peerDependencies": {}
|
|
|
|
}
|