-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
35 lines (35 loc) · 854 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": "icheck-material",
"version": "1.0.1",
"description": "Pure css material checkboxes and radio buttons.",
"main": "icheck-material.css",
"files": [
"_icheck-material-base.scss",
"_icheck-material-theme.scss",
"icheck-material.css",
"icheck-material.min.css",
"icheck-material.scss",
"icheck-material-custom.css",
"icheck-material-custom.min.css",
"icheck-material-custom.scss"
],
"bugs": {
"url": "https://github.com/bantikyan/icheck-material/issues"
},
"homepage": "https://github.com/bantikyan/icheck-material#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/bantikyan/icheck-material.git"
},
"author": {
"name": "Hovhannes Bantikyan"
},
"keywords": [
"checkbox",
"radio",
"material",
"pure",
"css"
],
"license": "MIT"
}