From a06cb5135b15616f1b3f955dab43879830e3f243 Mon Sep 17 00:00:00 2001 From: Will Sadler Date: Fri, 28 Mar 2014 15:20:02 -0500 Subject: [PATCH 1/2] Create README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..52a7200 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +simple-expand +============= + +simple jQuery plug-in to expand/collapse elements From f5ee6203e6e64c4aa2094de8c06032b41d6282aa Mon Sep 17 00:00:00 2001 From: Will Sadler Date: Fri, 28 Mar 2014 15:38:33 -0500 Subject: [PATCH 2/2] Add bower.json --- bower.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..159a5c7 --- /dev/null +++ b/bower.json @@ -0,0 +1,27 @@ +{ + "name": "jquery-simple-expand", + "version": "0.0.1", + "description": "simple jQuery plug-in to expand/collapse elements", + "license": "MIT", + "ignore": [ + ".jshintrc", + "**/*.txt", + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ], + "devDependencies": { + "jasmine-jquery": "1.3.0" + }, + "homepage": "https://github.com/sylvain-hamel/simple-expand", + "authors": [ + "sylvainhamel0@gmail.com" + ], + "main": "src/simple-expand.js", + "keywords": [ + "jquery", + "plugin" + ] +}