wp/wp-content/plugins/option-tree/composer.json
changeset 5 5e2f62d02dcd
child 7 cf61fcea0001
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/wp/wp-content/plugins/option-tree/composer.json	Tue Jun 09 03:35:32 2015 +0200
@@ -0,0 +1,15 @@
+{
+  "name": "valendesigns/option-tree",
+  "description": "Theme Options UI Builder for WordPress.",
+  "authors": [
+    {
+      "name": "Derek Herman",
+      "email": "derek@valendesigns.com"
+    }
+  ],
+  "require": {
+  },
+  "autoload": {
+    "files": ["ot-loader.php"]
+  }
+}
\ No newline at end of file