UNPKG

mocked-xhr

Version:

A backend mocking solution for npm based web applications (fork of https://github.com/callmehiphop/backend).

47 lines (46 loc) 1.09 kB
{ "name": "mocked-xhr", "version": "0.3.0", "description": "A backend mocking solution for npm based web applications (fork of https://github.com/callmehiphop/backend).", "main": "index.js", "directories": { "test": "test" }, "devDependencies": { "gulp": "^3.8.8", "browserify": "^6.0.3", "vinyl-source-stream": "^1.0.0", "karma": "^0.12.24", "mocha": "^1.21.4", "karma-mocha": "^0.1.9", "chai": "^1.9.2", "karma-chai": "^0.1.0", "karma-bro": "^0.8.0", "brfs": "^1.2.0", "karma-phantomjs-launcher": "^0.1.4", "karma-spec-reporter": "0.0.13", "gulp-jshint": "^1.8.5", "jshint-stylish": "^1.0.0" }, "dependencies": { "glob-to-regexp": "0.0.1" }, "repository": { "type": "git", "url": "git://github.com/ryanzec/backend.git" }, "keywords": [ "mock", "mocked", "http", "backend", "xhr", "stub" ], "author": "David Gramlich", "license": "MIT", "bugs": { "url": "https://github.com/ryanzec/backend/issues" }, "homepage": "https://github.com/ryanzec/backend" }