Add composer.json to the test suite
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Tue, 07 Jan 2014 22:45:34 +0100
changeset 2063 b3479f832867
parent 2062 49bb2444fadd
child 2064 1a65170ff9ec
Add composer.json to the test suite
test-suite/tests/composer.json
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-suite/tests/composer.json	Tue Jan 07 22:45:34 2014 +0100
@@ -0,0 +1,20 @@
+{
+    "name": "json-ld/tests",
+    "type": "library",
+    "description": "The offical JSON-LD test suite",
+    "keywords": [ "JSON-LD", "jsonld" ],
+    "homepage": "http://json-ld.org/test-suite/",
+    "license": "CC0-1.0",
+    "authors": [
+        {
+            "name": "JSON-LD Community Group",
+            "homepage": "http://json-ld.org/"
+        }
+    ],
+    "support": {
+        "email": "public-linked-json@w3.org",
+        "irc": "irc://irc.freenode.org/json-ld",
+        "source": "https://github.com/json-ld/json-ld.org/",
+        "issues": "https://github.com/json-ld/json-ld.org/issues"
+    }
+}