jasmine-ajax/bower.json

37 lines
707 B
JSON
Raw Normal View History

2014-04-22 08:29:01 +08:00
{
"name": "jasmine-ajax",
"version": "2.99.0",
"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
],
"description": "A library for faking Ajax responses in your Jasmine suite.",
"main": "lib/mock-ajax.js",
"dependencies": {
"jasmine" : "~2.0"
2014-04-22 08:29:01 +08:00
},
"moduleType": [
"globals"
],
"keywords": [
"jasmine",
"ajax"
],
"license": "MIT",
"ignore": [
"**/.*",
"Gemfile",
"Gemfile.lock",
"Gruntfile",
"Rakefile",
2014-04-22 08:29:01 +08:00
"app/bower_components",
"bower_components",
"node_modules",
"spec",
2014-04-22 08:29:01 +08:00
"test",
"tests",
"travis-script.sh"
2014-04-22 08:29:01 +08:00
]
}