jasmine-ajax/bower.json

36 lines
666 B
JSON
Raw Normal View History

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