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",
|
|
|
|
"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-07-27 17:53:26 +02:00
|
|
|
"dependencies": {
|
|
|
|
"oo7": "*",
|
|
|
|
"oo7-parity": "*",
|
|
|
|
"parity-reactive-ui": "*"
|
|
|
|
},
|
2017-04-24 13:21:22 +02:00
|
|
|
"peerDependencies": {}
|
|
|
|
}
|