2013-02-20 02:33:40 +08:00
|
|
|
{
|
|
|
|
"name": "jasmine-ajax",
|
2014-01-26 08:04:49 +08:00
|
|
|
"description": "A library for faking Ajax responses in your Jasmine suite",
|
2015-07-03 07:00:08 +08:00
|
|
|
"version": "3.2.0",
|
2014-12-17 10:03:48 +08:00
|
|
|
"main": "lib/mock-ajax.js",
|
2014-01-26 08:04:49 +08:00
|
|
|
"license": "MIT",
|
2014-12-17 10:03:48 +08:00
|
|
|
|
|
|
|
"url": "https://github.com/jasmine/jasmine-ajax",
|
|
|
|
"contributors": [
|
|
|
|
"Gregg Van Hove <gregg@slackersoft.net>",
|
|
|
|
"JR Boyens <jboyens@fooninja.org>"
|
|
|
|
],
|
|
|
|
"private": false,
|
2014-01-26 08:04:49 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2014-12-02 05:10:17 +08:00
|
|
|
"url": "https://github.com/jasmine/jasmine-ajax"
|
2014-01-26 08:04:49 +08:00
|
|
|
},
|
2013-03-12 12:12:52 +08:00
|
|
|
"dependencies": {},
|
2013-02-20 02:33:40 +08:00
|
|
|
"devDependencies": {
|
2013-03-12 12:12:52 +08:00
|
|
|
"grunt": "0.4.0",
|
2014-07-30 04:24:30 +08:00
|
|
|
"grunt-cli": "~0.1.13",
|
2014-08-04 22:46:32 +08:00
|
|
|
"grunt-contrib-concat": "~0.5.0",
|
2013-03-12 12:12:52 +08:00
|
|
|
"grunt-contrib-jshint": "~0.1.1",
|
|
|
|
"grunt-shell": "~0.2.1"
|
2013-02-20 02:33:40 +08:00
|
|
|
}
|
|
|
|
}
|