UNPKG

moxios

Version:

Mock axios requests for testing

55 lines (54 loc) 1.32 kB
{ "name": "moxios", "version": "0.1.0", "description": "Mock axios requests for testing", "main": "index.js", "scripts": { "test": "karma start --single-run", "build": "./scripts/build", "preversion": "npm test", "version": "npm run build && git add -A dist/", "postversion": "git push && git push --tags" }, "files": [ "build/" ], "repository": { "type": "git", "url": "git+https://github.com/mzabriskie/moxios.git" }, "keywords": [ "axios", "test", "testing", "mock", "mocking" ], "author": "Matt Zabriskie", "license": "MIT", "bugs": { "url": "https://github.com/mzabriskie/moxios/issues" }, "homepage": "https://github.com/mzabriskie/moxios#readme", "devDependencies": { "axios": "^0.11.1", "babel": "^6.5.2", "babel-cli": "^6.9.0", "babel-core": "^6.9.0", "babel-loader": "^6.2.4", "babel-preset-es2015": "^6.9.0", "chai": "^3.5.0", "karma": "^0.13.22", "karma-cli": "^1.0.0", "karma-firefox-launcher": "^1.0.0", "karma-mocha": "^1.0.1", "karma-sinon": "^1.0.5", "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^1.7.0", "lolex": "^1.5.0", "mocha": "^2.5.3", "sinon": "^1.17.4", "webpack": "^1.13.1", "webpack-dev-server": "^1.14.1" } }