aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-10-23 18:38:59 +0100
committerGitHub <noreply@github.com>2017-10-23 18:38:59 +0100
commite7fbc686381f5bcfa8e132a8d0727b8a4fcf2ff2 (patch)
tree9a6c14bf67b7ae081cfde02dbf42b9b6f7ebd848
parent0aefccde05bb737ce21737f5b6048139c2386c84 (diff)
parent5f55a12d8a704601398d80a8585e5e60ee4365f2 (diff)
downloadpackages-e7fbc686381f5bcfa8e132a8d0727b8a4fcf2ff2.tar.gz
packages-e7fbc686381f5bcfa8e132a8d0727b8a4fcf2ff2.zip
Merge pull request #601 from andreaferretti/master
Added interfaced
-rw-r--r--packages.json11
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"
}
]