jasmine-ajax/bower.json
Alex Kestner 4a5cd72d7a Un-pin jasmine dependency from version 2.0.0
Updated to: "jasmine" : "~2.0"
2014-08-22 12:37:10 -04:00

37 lines
706 B
JSON

{
"name": "jasmine-ajax",
"version": "2.0.1",
"homepage": "https://github.com/pivotal/jasmine-ajax",
"authors": [
"JR Boyens <jboyens@fooninja.org>",
"Gregg Van Hove <gregg@slackersoft.net>"
],
"description": "A library for faking Ajax responses in your Jasmine suite.",
"main": "lib/mock-ajax.js",
"dependencies": {
"jasmine" : "~2.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"
]
}