diff options
| author | Andrea Ferretti <ferrettiandrea@gmail.com> | 2017-10-23 17:57:47 +0200 |
|---|---|---|
| committer | Andrea Ferretti <ferrettiandrea@gmail.com> | 2017-10-23 17:57:47 +0200 |
| commit | 5f55a12d8a704601398d80a8585e5e60ee4365f2 (patch) | |
| tree | 9a6c14bf67b7ae081cfde02dbf42b9b6f7ebd848 | |
| parent | 0aefccde05bb737ce21737f5b6048139c2386c84 (diff) | |
| download | packages-5f55a12d8a704601398d80a8585e5e60ee4365f2.tar.gz packages-5f55a12d8a704601398d80a8585e5e60ee4365f2.zip | |
Added interfaced
| -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" } ] |
