Add bower config
This commit is contained in:
parent
5856e057bf
commit
1e0a56a632
29
bower.json
Normal file
29
bower.json
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user