{
	"name": "lazy-axios",
	"version": "3.1.2",
	"description": "Create wrapper for the axios. Uses to throttle frequent or repeated calls",
	"main": "index.js",
	"directories": {
		"test": "test"
	},
	"scripts": {
		"doc": "gulp docs:md",
		"test": "mocha `find ./source -name '*test.js'`",
		"test:watch": "mocha `find ./source -name '*test.js'` --watch"
	},
	"devDependencies": {
		"babel-eslint": "^8.2.5",
		"chai": "^4.1.2",
		"del": "^3.0.0",
		"documentation": "^5.3.5",
		"eslint": "^5.0.0",
		"eslint-config-wikimedia": "^0.5.0",
		"gulp": "^4.0.0",
		"gulp-babel": "^7.0.0",
		"gulp-documentation": "^3.2.1",
		"gulp-run": "^1.7.1",
		"mocha": "^5.0.0"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/a-chepugov/lazy-axios.git"
	},
	"keywords": [
		"js",
		"axios",
		"throttle"
	],
	"author": "Alexey Chepugov",
	"license": "ISC",
	"bugs": {
		"url": "https://github.com/a-chepugov/lazy-axios/issues"
	},
	"homepage": "https://github.com/a-chepugov/lazy-axios#readme",
	"dependencies": {
		"axios-throttled": "^2.1.2",
		"lazy-aggregator": "^3.0.1"
	}
}
