Переглянути джерело

Merge pull request #22 from nostalgiaz/master

update
Stein, Peter 11 роки тому
батько
коміт
cea6926222
3 змінених файлів з 60 додано та 0 видалено
  1. 13 0
      bower.json
  2. 15 0
      component.json
  3. 32 0
      composer.json

+ 13 - 0
bower.json

@@ -0,0 +1,13 @@
+{
+  "name": "bootstrap-switch",
+  "description" : "Unofficial bootstrap switch",
+  "version": "1.6.0",
+  "main": "static/js/bootstrap-switch.js",
+  "ignore": [ 
+    "examples"
+  ],
+  "dependencies": {
+    "jquery": "~1.9.0"
+  }
+}
+

+ 15 - 0
component.json

@@ -0,0 +1,15 @@
+{
+  "name"        : "bootstrap-switch",
+  "description" : "Unofficial bootstrap switch",
+  "version"     : "1.6.0",
+  "main"        : "static/js/bootstrap-switch.js",
+  "ignore": [ 
+    "examples"
+  ],
+  "dependencies": {
+    "jquery": "~1.9.0"
+  }
+  "scripts": [
+    "static/js/bootstrap-switch.js"
+  ]
+}

+ 32 - 0
composer.json

@@ -0,0 +1,32 @@
+{
+  "name"        : "nostalgiaz/bootstrap-switch",
+  "description" : "Unofficial bootstrap switch",
+  "type": "component",
+  "keywords": [
+    "JavaScript"
+  ],
+  "homepage": "http://www.larentis.eu/switch/",
+  "license": "Apache License, Version 2.0",
+  "authors": [
+    {
+      "name": "Mattia Larentis",
+      "name": "Peter Stein",
+      "homepage": "http://www.larentis.eu/switch/"
+    }
+  ],
+  "require": {
+  },
+  "ignore": [
+    "examples"
+  ],
+  "extra": {
+    "component": {
+      "scripts": [
+        "static/js/bootstrap-switch.js"
+      ],
+      "shim": {
+        "exports": "BootstrapSwitch"
+      }
+    }
+  }
+}