diff --git a/js/src/dapps/package.json b/js/src/dapps/package.json new file mode 100644 index 000000000..410bb2207 --- /dev/null +++ b/js/src/dapps/package.json @@ -0,0 +1,19 @@ +{ + "name": "@parity/dapps", + "description": "Parity dapps", + "version": "0.0.0", + "main": "index.js", + "author": "Parity Team ", + "maintainers": [], + "contributors": [], + "license": "GPL-3.0", + "repository": { + "type": "git", + "url": "git+https://github.com/paritytech/parity.git" + }, + "keywords": [], + "scripts": {}, + "devDependencies": {}, + "dependencies": {}, + "peerDependencies": {} +} diff --git a/js/src/views/package.json b/js/src/views/package.json new file mode 100644 index 000000000..4877cbcfc --- /dev/null +++ b/js/src/views/package.json @@ -0,0 +1,19 @@ +{ + "name": "@parity/view", + "description": "Parity wallet dapps", + "version": "0.0.0", + "main": "index.js", + "author": "Parity Team ", + "maintainers": [], + "contributors": [], + "license": "GPL-3.0", + "repository": { + "type": "git", + "url": "git+https://github.com/paritytech/parity.git" + }, + "keywords": [], + "scripts": {}, + "devDependencies": {}, + "dependencies": {}, + "peerDependencies": {} +}