diff options
| -rw-r--r-- | packages.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 4c3f6d0..4784341 100644 --- a/packages.json +++ b/packages.json @@ -7440,5 +7440,16 @@ "description": "Implementation of the WebDriver w3c spec.", "license": "MIT", "web": "https://github.com/dom96/webdriver" + }, + { + "name": "interfaced", + "url": "https://github.com/andreaferretti/interfaced", + "method": "git", + "tags": [ + "interface" + ], + "description": "Go-like interfaces", + "license": "Apache License 2.0", + "web": "https://github.com/andreaferretti/interfaced" } ] |
