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