jasmine-ajax/bower.json
Joe Lencioni 11432fe36f Add some files to the bower.json ignore list
When installing this package with Bower, a bunch of extra files come
along for the ride that aren't needed. This commit adds them to the
ignore list so they will not be install by consumers using Bower.

While I was at it, I sorted the list.
2014-06-27 10:31:51 -07:00

36 lines
661 B
JSON

{
"name": "jasmine-ajax",
"version": "2.0.0",
"homepage": "https://github.com/pivotal/jasmine-ajax",
"authors": [
"JR Boyens <jboyens@fooninja.org>"
],
"description": "A library for faking Ajax responses in your Jasmine suite.",
"main": "lib/mock-ajax.js",
"dependencies": {
"jasmine" : "2.0.0"
},
"moduleType": [
"globals"
],
"keywords": [
"jasmine",
"ajax"
],
"license": "MIT",
"ignore": [
"**/.*",
"Gemfile",
"Gemfile.lock",
"Gruntfile",
"Rakefile",
"app/bower_components",
"bower_components",
"node_modules",
"spec",
"test",
"tests",
"travis-script.sh"
]
}