source: frontend/node_modules/tryer/component.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 473 bytes
RevLine 
[9af201e]1{
2 "name": "tryer",
3 "version": "1.0.1",
4 "description": "Because everyone loves a tryer! Conditional and repeated task invocation for node and browser.",
5 "repo": "philbooth/tryer",
6 "license": "MIT",
7 "main": "src/tryer.js",
8 "keywords": [
9 "repeat",
10 "retry",
11 "predicate",
12 "conditional",
13 "invocation",
14 "execution",
15 "loop",
16 "condition",
17 "termination",
18 "exponential",
19 "backoff"
20 ],
21 "scripts": [
22 "src/tryer.js"
23 ]
24}
Note: See TracBrowser for help on using the repository browser.