File size: 971 Bytes
3f268e5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "name": "switchery",
  "main": [
    "dist/switchery.js",
    "dist/switchery.css"
  ],
  "version": "0.8.1",
  "homepage": "http://abpetkov.github.io/switchery/",
  "author": [
    "Alexander Petkov <[email protected]> (https://github.com/abpetkov)"
  ],
  "description": "Component to create iOS 7 styled switches from default input checkboxes",
  "keywords": [
    "checkbox",
    "input",
    "switch",
    "iOS7"
  ],
  "license": "MIT",
  "ignore": [
    "build",
    "components",
    "node_modules",
    "bower_components",
    "component.json",
    "Makefile",
    "README.md",
    ".*"
  ],
  "dependencies": {
    "transitionize": "*",
    "fastclick": "v0.6.11"
  },
  "devDependencies": {},
  "_release": "0.8.1",
  "_resolution": {
    "type": "version",
    "tag": "0.8.1",
    "commit": "64d237840e26808e7232516941bb429e30ffc6d6"
  },
  "_source": "https://github.com/abpetkov/switchery.git",
  "_target": "^0.8.1",
  "_originalSource": "switchery"
}