--- /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"
+ }
+}