diff --git a/bower.json b/bower.json index aa9b93b..179dbe0 100644 --- a/bower.json +++ b/bower.json @@ -1,26 +1,26 @@ { - "name": "jquery-select-utils", - "version": "0.1.0", - "main": [ - "./dist/jquery.jquery-select-utils.js", - ], - "ignore": [ - "src", - "test", - ".bowerrc", - ".editorconfig", - ".gitignore", - ".jshintrc", - ".travis.yml", - "bower.json", - "Gruntfile.js", - "package.json", - "README.md" - ], - "dependencies": { - "jquery": "latest" - }, - "devDependencies": { - "qunit": "~1.12.0" - } -} + "name":"jquery-select-utils", + "version":"0.1.0", + "main":[ + "./dist/jquery.jquery-select-utils.js" + ], + "ignore":[ + "src", + "test", + ".bowerrc", + ".editorconfig", + ".gitignore", + ".jshintrc", + ".travis.yml", + "bower.json", + "Gruntfile.js", + "package.json", + "README.md" + ], + "dependencies":{ + "jquery":"latest" + }, + "devDependencies":{ + "qunit":"~1.12.0" + } +} \ No newline at end of file