-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 849 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
30
31
32
33
34
35
{
"name": "multi-checkbox",
"version": "0.1.11",
"description": "A vanilla javascript multi-checkbox dropdown web component.",
"type": "module",
"main": "multi-checkbox.js",
"module": "multi-checkbox.js",
"files": [
"AUTHORS.md",
"CHANGES.md",
"custom-elements.json",
"LICENSE",
"multi-checkbox.css",
"multi-checkbox.js",
"package.json",
"README.md"
],
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/smontanus/multi-checkbox.git"
},
"author": "Stephen Montanus [email protected]",
"license": "MIT",
"keywords": [
"web component",
"custom element",
"multiple checkbox",
"select"
],
"bugs": {
"url": "https://github.com/smontanus/multi-checkbox/issues"
},
"homepage": "https://github.com/smontanus/multi-checkbox#readme"
}