-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
29 lines (29 loc) · 758 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "svelte-class-transition",
"version": "1.0.4",
"description": "A very simple Svelte 3 component that allows you to do transition using CSS classes",
"main": "Transition.svelte",
"svelte": "Transition.svelte",
"repository": {
"type": "git",
"url": "git+https://github.com/gawlk/svelte-class-transition.git"
},
"keywords": [
"transition",
"svelte",
"svelte3"
],
"author": {
"name": "Kevin Gawlik",
"email": "[email protected]",
"url": "https://github.com/gawlk"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/gawlk/svelte-class-transition/issues"
},
"homepage": "https://github.com/gawlk/svelte-class-transition#readme",
"peerDependencies": {
"svelte": "^3.21.0"
}
}