Files
pezkuwi-ui/packages/example-vue/package.json
T
Github Actions 7b45a86daa [CI Skip] release/beta 0.86.3-0
skip-checks: true
2021-10-25 09:34:02 +00:00

23 lines
615 B
JSON

{
"name": "@polkadot/example-vue",
"version": "0.86.3-0",
"license": "Apache-2.0",
"private": true,
"description": "A very basic example with ui-* & vue-* packages",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [],
"contributors": [],
"bugs": "https://github.com/polkadot-js/ui/issues",
"homepage": "https://github.com/polkadot-js/ui#readme",
"repository": {
"type": "git",
"url": "https://github.com/polkadot-js/ui.git",
"directory": "packages/example-vue"
},
"sideEffects": false,
"dependencies": {
"@babel/runtime": "^7.15.4"
}
}