ng-wedge
Version:
Intercept $http request from the website without modifying code or installing plugins.
31 lines • 539 B
JSON
{
"name": "ng-wedge",
"main": "index.js",
"version": "0.1.2",
"homepage": "https://github.com/bahmutov/ng-wedge",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"Gruntfile.js",
"package.json",
"index.html"
],
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
"keywords": [
"angular",
"angularjs",
"http",
"httpBackend",
"mock",
"testing",
"local",
"client",
"browser",
"intercept",
"request"
]
}