Moved mock-ajax.js into its own lib.

This commit is contained in:
Max Marrone
2014-04-04 18:06:20 -04:00
parent d06605dca1
commit 7ae0dd0b53
2 changed files with 18 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "jasmine-ajax",
"filename": "mock-ajax.js",
"version": "2.0.0",
"description": "A library for faking Ajax responses in your Jasmine suite.",
"homepage": "https://github.com/pivotal/jasmine-ajax/",
"keywords": [
"bdd",
"testing",
"ajax"
],
"repositories": [
{
"type": "git",
"url": "https://github.com/pivotal/jasmine-ajax.git"
}
]
}