{
	"name": "@geek/retry",
	"version": "1.0.0",
	"description": "Retry JavaScript functions and promises in Node.js and Axway Titanium",
	"main": "retry.js",
	"scripts": {
		"list": "npm pack && tar -xvzf *.tgz && rm -rf package *.tgz",
		"prep": "npm install --ignore-scripts && npm run list",
		"prepublishOnly2": "git pull && bump release",
		"lint": "eslint . --fix",
		"test": "npm run prep"
	},
	"author": {
		"name": "Brenton House",
		"email": "brenton.house@gmail.com",
		"url": "http://brenton.house"
	},
	"maintainers": [
		{
			"name": "Brenton House",
			"email": "brenton.house@gmail.com",
			"url": "https://brenton.house"
		}
	],
	"repository": {
		"type": "git",
		"url": "github:brentonhouse/geek-retry"
	},
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/brentonhouse/geek-retry/issues"
	},
	"homepage": "https://github.com/brentonhouse/geek-retry#readme",
	"keywords": [
		"titanium",
		"mobile",
		"alloy",
		"turbo",
		"axway",
		"appcelerator",
		"geek",
		"ios",
		"android",
		"iphone",
		"ipad",
		"brenton-house"
	],
	"titanium": {},
	"devDependencies": {
		"@titanium/eslint-config": "^0.0.18",
		"bluebird": "^3.7.2",
		"eslint": "^7.11.0",
		"eslint-plugin-import": "^2.22.1",
		"eslint-plugin-jsdoc": "^30.6.5",
		"eslint-plugin-promise": "^4.2.1",
		"fs-extra": "^9.0.1",
		"lodash": "^4.17.20"
	},
	"peerDependencies": {
		"@geek/logger": "latest",
		"lodash": "latest"
	},
	"private": false
}
