You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
553 B
28 lines
553 B
1 year ago
|
{
|
||
|
"name": "switchery",
|
||
|
"repo": "abpetkov/switchery",
|
||
|
"description": "Component to create iOS 7 styled switches from default input checkboxes",
|
||
|
"version": "0.8.2",
|
||
|
"keywords": [
|
||
|
"checkbox",
|
||
|
"input",
|
||
|
"switch",
|
||
|
"iOS7"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "switchery.js",
|
||
|
"scripts": [
|
||
|
"switchery.js"
|
||
|
],
|
||
|
"styles": [
|
||
|
"switchery.css"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"abpetkov/transitionize": "*",
|
||
|
"ftlabs/fastclick": "v0.6.11",
|
||
|
"component/classes": "1.2.1",
|
||
|
"component/events": "1.0.9"
|
||
|
},
|
||
|
"development": {}
|
||
|
}
|