-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 775 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 775 Bytes
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
30
31
32
{
"name": "svelte-dragdroplist",
"main": "DragDropList.svelte",
"svelte": "DragDropList.svelte",
"version": "1.1.1",
"peerDependencies": {
"svelte": "^3.0.0"
},
"devDependencies": {
"svelte": "^3.0.0"
},
"license": "ISC",
"respository": {
"type": "git",
"url": "git+https://github.com/jwlarocque/svelte-dragdroplist.git"
},
"bugs": {
"url": "https://github.com/jwlarocque/svelte-dragdroplist/issues"
},
"description": "Sortable lists with Svelte 3. Animated, touch-friendly, and accessible.",
"author": "John LaRocque <john@jwlarocque.com>",
"homepage": "https://github.com/jwlarocque/svelte-dragdroplist",
"keywords": [
"svelte",
"drag",
"drop",
"list",
"sortable",
"component",
"dnd"
]
}