diff --git a/.npmignore b/.npmignore index de5f6773..82d86f36 100644 --- a/.npmignore +++ b/.npmignore @@ -25,3 +25,4 @@ lib/jasmine-core/boot/ lib/jasmine-core/spec lib/jasmine-core/version.rb lib/jasmine-core/*.py +sauce_connect.log diff --git a/bower.json b/bower.json new file mode 100644 index 00000000..f26cd76a --- /dev/null +++ b/bower.json @@ -0,0 +1,38 @@ +{ + "name": "jasmine-core", + "version": "2.1.3", + "homepage": "https://github.com/jasmine/jasmine", + "authors": [ + "slackersoft " + ], + "description": "Official packaging of Jasmine's core files", + "keywords": [ + "jasmine", + "bdd" + ], + "license": "MIT", + "moduleType": "globals", + "ignore": [ + "**/.*", + "dist", + "grunt", + "node_modules", + "pkg", + "release_notes", + "spec", + "src", + "Gemfile", + "Gemfile.lock", + "Rakefile", + "jasmine-core.gemspec", + "*.sh", + "*.py", + "Gruntfile.js" + "lib/jasmine-core.rb", + "lib/jasmine-core/boot/", + "lib/jasmine-core/spec", + "lib/jasmine-core/version.rb", + "lib/jasmine-core/*.py", + "sauce_connect.log" + ] +}