You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jasmine-ajax/bower.json

36 lines
666 B

11 years ago
{
"name": "jasmine-ajax",
"description": "A library for faking Ajax responses in your Jasmine suite.",
"version": "3.2.0",
"main": "lib/mock-ajax.js",
"license": "MIT",
"homepage": "https://github.com/jasmine/jasmine-ajax",
11 years ago
"authors": [
"JR Boyens <jboyens@fooninja.org>",
"Gregg Van Hove <gregg@slackersoft.net>"
11 years ago
],
"dependencies": {
"jasmine" : "~2"
11 years ago
},
"moduleType": [
"globals"
],
"keywords": [
"jasmine",
"ajax"
],
"ignore": [
"**/.*",
"Gemfile",
"Gemfile.lock",
"Gruntfile.js",
"Rakefile",
"bower_components",
"node_modules",
"spec",
"src",
"travis-script.sh"
11 years ago
]
}