Browse Source

Create composer.json

Stein, Peter 11 years ago
parent
commit
7d1de199c6
1 changed files with 32 additions and 0 deletions
  1. 32 0
      composer.json

+ 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"
+      }
+    }
+  }
+}