2014-04-22 08:29:01 +08:00
|
|
|
{
|
|
|
|
"name": "jasmine-ajax",
|
2014-12-02 05:10:17 +08:00
|
|
|
"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": {
|
2014-08-23 00:37:10 +08:00
|
|
|
"jasmine" : "~2.0"
|
2014-04-22 08:29:01 +08:00
|
|
|
},
|
|
|
|
"moduleType": [
|
|
|
|
"globals"
|
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"jasmine",
|
|
|
|
"ajax"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"ignore": [
|
|
|
|
"**/.*",
|
2014-06-28 01:30:48 +08:00
|
|
|
"Gemfile",
|
|
|
|
"Gemfile.lock",
|
|
|
|
"Gruntfile",
|
|
|
|
"Rakefile",
|
2014-04-22 08:29:01 +08:00
|
|
|
"app/bower_components",
|
2014-06-28 01:30:48 +08:00
|
|
|
"bower_components",
|
|
|
|
"node_modules",
|
|
|
|
"spec",
|
2014-04-22 08:29:01 +08:00
|
|
|
"test",
|
2014-06-28 01:30:48 +08:00
|
|
|
"tests",
|
|
|
|
"travis-script.sh"
|
2014-04-22 08:29:01 +08:00
|
|
|
]
|
|
|
|
}
|