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

30 lines
557 B

11 years ago
{
"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": [
"**/.*",
"node_modules",
"bower_components",
"app/bower_components",
"test",
"tests"
]
}