angular-mocks-async
Version:
AngularJS module to mock async HTTP
29 lines (28 loc) • 519 B
JSON
{
"name": "angular-mocks-async",
"description": "AngularJS module to mock async HTTP",
"main": "./dist/angular-mocks-async.js",
"homepage": "https://github.com/amoldavsky/angular-mocks-async",
"version": "1.0.3",
"authors": [
"Assaf Moldavsky"
],
"license": "MIT",
"keywords": [
"angular",
"angularjs",
"mock",
"mocks",
"http",
"ngMockE2E",
"ngMock",
"async"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}