-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
21 lines (20 loc) · 787 Bytes
/
Copy pathcomposer.json
File metadata and controls
21 lines (20 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "philippemarcmeyer/vanillaselectchooser",
"description": "Transform a select multiple drop down into 2 lists : to choose on the left, chosen on the right",
"keywords": ["vanilla-js", "plugins", "javascript", "list","select"],
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Phillipe Marc Mayer",
"email": "pmg.meyer@gmail.com",
"homepage": "https://philippemarcmeyer.github.io",
"role": "Maintainer"
}
],
"support": {
"issues": "https://github.com/PhilippeMarcMeyer/vanillaselectchooser/issues",
"source": "https://github.com/PhilippeMarcMeyer/vanillaselectchooser",
"docs": "https://github.com/PhilippeMarcMeyer/vanillaselectchooser"
}
}