Add a basic bower config

- Also ignore sauce_connect.log

Fix #719
This commit is contained in:
slackersoft
2015-01-26 17:53:41 -08:00
parent 8e3066db42
commit 837101c025
2 changed files with 39 additions and 0 deletions

View File

@@ -25,3 +25,4 @@ lib/jasmine-core/boot/
lib/jasmine-core/spec
lib/jasmine-core/version.rb
lib/jasmine-core/*.py
sauce_connect.log

38
bower.json Normal file
View File

@@ -0,0 +1,38 @@
{
"name": "jasmine-core",
"version": "2.1.3",
"homepage": "https://github.com/jasmine/jasmine",
"authors": [
"slackersoft <gregg@slackersoft.net>"
],
"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"
]
}