package.json
1.64 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "ion-checkradio",
"version": "2.0.0",
"description": "jQuery plugin for styling checkboxes and radio-buttons. With skin support",
"homepage": "http://ionden.com/a/plugins/ion.checkRadio/en.html",
"author": {
"name": "Denis Ineshin",
"email": "ionden.tech@gmail.com",
"url": "IonDen"
},
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"forms",
"checkbox",
"radio",
"interface",
"skins",
"ui"
],
"main": "./js/ion.checkRadio.js",
"directories": {
"lib": "js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IonDen/ion.checkRadio.git"
},
"bugs": {
"url": "https://github.com/IonDen/ion.checkRadio/issues"
},
"dependencies": {
"jquery": ">=1.8"
},
"license": "MIT",
"ignore": [
".idea",
"bower.json",
"ion-checkRadio.jquery.json",
"readme.ru.md"
],
"spm": {
"main": "js/ion.checkRadio.js",
"dependencies": {
"jquery": "1.11.3"
}
},
"gitHead": "9ce354504e99feca9a239350304588f516d0539b",
"_id": "ion-checkradio@2.0.0",
"scripts": {},
"_shasum": "dec03636ef0d86066116f235b0b296053621d1bb",
"_from": "ion-checkradio@*",
"_npmVersion": "2.11.0",
"_nodeVersion": "0.10.25",
"_npmUser": {
"name": "ionden",
"email": "denis.ineshin@gmail.com"
},
"dist": {
"shasum": "dec03636ef0d86066116f235b0b296053621d1bb",
"tarball": "http://registry.npmjs.org/ion-checkradio/-/ion-checkradio-2.0.0.tgz"
},
"maintainers": [
{
"name": "ionden",
"email": "denis.ineshin@gmail.com"
}
],
"_resolved": "https://registry.npmjs.org/ion-checkradio/-/ion-checkradio-2.0.0.tgz"
}