first commit

This commit is contained in:
Senad Uka
2018-05-07 16:07:00 +02:00
commit 8b4f09f9d5
3368 changed files with 852614 additions and 0 deletions

45
public/bower_components/switchery/.bower.json vendored Executable file
View File

@@ -0,0 +1,45 @@
{
"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": {},
"_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",
"_direct": true
}