37 lines
840 B
JSON
37 lines
840 B
JSON
{
|
|
"name": "svelte-portal",
|
|
"version": "1.0.0",
|
|
"description": "Svelte component for rendering outside the DOM of parent component",
|
|
"main": "src/main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"release": "release-it"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/romkor/svelte-portal.git"
|
|
},
|
|
"keywords": [
|
|
"svelte",
|
|
"portal"
|
|
],
|
|
"contributors": [
|
|
{
|
|
"name": "Thomas Juster",
|
|
"url": "https://github.com/ThomasJuster"
|
|
},
|
|
{
|
|
"name": "Roman Rodych",
|
|
"url": "https://github.com/romkor"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/romkor/svelte-portal/issues"
|
|
},
|
|
"homepage": "https://github.com/romkor/svelte-portal#readme",
|
|
"devDependencies": {
|
|
"release-it": "^14.0.0"
|
|
}
|
|
}
|