@@ -0,0 +1,15 @@
+{
+ "name": "bootstrap-switch",
+ "version": "1.6",
+ "main": [
+ "static/js/bootstrap-switch.js",
+ "static/stylesheets/bootstrap-switch.css"
+ ],
+ "ignore": [
+ ".jshintrc",
+ "**/*.txt"
+ "dependencies": {
+ "jquery": "~1.9.0",
+ }
+}