Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
{
2
  "name": "iCheck",
3
  "version": "1.0.2",
4
  "description": "Highly customizable checkboxes and radio buttons (jQuery & Zepto)",
5
  "keywords": [
6
    "icheck",
7
    "checkbox",
8
    "radio",
9
    "input",
10
    "field",
11
    "form",
12
    "custom",
13
    "replacement",
14
    "accessibility",
15
    "skins",
16
    "ui",
17
    "checked",
18
    "disabled",
19
    "indeterminate"
20
  ],
21
  "main": [
22
    "./icheck.min.js"
23
  ],
24
  "dependencies": {
25
    "jquery": ">=1.7"
26
  },
27
  "ignore": [
28
    ".gitignore",
29
    "CHANGELOG.md",
30
    "README.md",
31
    "demo/"
32
  ],
33
  "license": "MIT",
34
  "authors": [
35
    {
36
      "name": "Damir Sultanov",
37
      "email": "info@fronteed.com",
38
      "homepage": "http://fronteed.com/"
39
    }
40
  ],
41
  "homepage": "http://fronteed.com/iCheck/"
42
}