Add missing package files

This commit is contained in:
Jaco Greeff 2017-05-09 12:46:00 +02:00
parent 4c28ef40b7
commit af53a8da83
2 changed files with 38 additions and 0 deletions

19
js/src/dapps/package.json Normal file
View File

@ -0,0 +1,19 @@
{
"name": "@parity/dapps",
"description": "Parity 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": {},
"peerDependencies": {}
}

19
js/src/views/package.json Normal file
View File

@ -0,0 +1,19 @@
{
"name": "@parity/view",
"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": {},
"peerDependencies": {}
}