ng-wedge
Version:
Intercept $http request from the website without modifying code or installing plugins.
67 lines (66 loc) • 1.59 kB
JSON
{
"name": "ng-wedge",
"description": "Intercept $http request from the website without modifying code or installing plugins.",
"version": "0.1.2",
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
"bugs": {
"url": "https://github.com/bahmutov/ng-wedge/issues"
},
"contributors": [],
"devDependencies": {
"angular": "1.3.4",
"grunt": "0.4.5",
"grunt-banner": "0.2.3",
"grunt-clean-console": "0.1.1",
"grunt-contrib-concat": "0.5.0",
"grunt-contrib-copy": "0.7.0",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-uglify": "0.6.0",
"grunt-contrib-watch": "0.6.1",
"grunt-deps-ok": "0.5.1",
"grunt-gh-pages": "0.9.1",
"grunt-karma": "0.9.0",
"grunt-mocha-test": "0.12.4",
"grunt-nice-package": "0.9.2",
"grunt-npm2bower-sync": "0.4.0",
"jshint-summary": "0.4.0",
"karma": "0.12.28",
"karma-coverage": "0.2.6",
"karma-mocha": "0.1.9",
"karma-phantomjs-launcher": "0.1.4",
"lazy-ass": "0.5.3",
"matchdep": "0.3.0",
"pre-git": "0.1.1",
"time-grunt": "1.0.0"
},
"engines": {
"node": "> 0.8"
},
"homepage": "https://github.com/bahmutov/ng-wedge",
"keywords": [
"angular",
"angularjs",
"http",
"httpBackend",
"mock",
"testing",
"local",
"client",
"browser",
"intercept",
"request"
],
"license": "MIT",
"main": "ng-wedge.js",
"pre-commit": [
"grunt",
"npm version"
],
"repository": {
"type": "git",
"url": "git@github.com:bahmutov/ng-wedge.git"
},
"scripts": {
"test": "grunt"
}
}