mirror of
https://gitlab.com/JKANetwork/CheckServer.git
synced 2026-03-06 18:42:01 +01:00
Start again
This commit is contained in:
35
vendors/switchery/bower.json
vendored
Normal file
35
vendors/switchery/bower.json
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"name": "switchery",
|
||||
"main": [
|
||||
"dist/switchery.js",
|
||||
"dist/switchery.css"
|
||||
],
|
||||
"version": "0.8.1",
|
||||
"homepage": "http://abpetkov.github.io/switchery/",
|
||||
"author": [
|
||||
"Alexander Petkov <abpetkov@gmail.com> (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": {}
|
||||
}
|
||||
Reference in New Issue
Block a user