-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 908 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
36
37
38
{
"name": "mc-conditional",
"version": "1.0.4",
"description": "A web component that helps you toggle the visibility of html document elements based on the values a user enters into a form element.",
"browser": "McConditional.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matthewscottconroy/mc-conditional.git"
},
"keywords": [
"web",
"component",
"browser",
"html",
"form",
"input",
"select",
"text",
"radio",
"checkbox",
"custom",
"element",
"shadow",
"dom"
],
"author": "Matthew Scott Conroy",
"license": "MIT",
"bugs": {
"url": "https://github.com/matthewscottconroy/mc-conditional/issues"
},
"homepage": "https://github.com/matthewscottconroy/mc-conditional#readme"
}