summaryrefslogtreecommitdiff
path: root/json/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/package.json')
-rw-r--r--json/package.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/json/package.json b/json/package.json
new file mode 100644
index 0000000..75da9e2
--- /dev/null
+++ b/json/package.json
@@ -0,0 +1,12 @@
+{
+ "name": "json-schema-test-suite",
+ "version": "0.1.0",
+ "description": "A language agnostic test suite for the JSON Schema specifications",
+ "repository": "github:json-schema-org/JSON-Schema-Test-Suite",
+ "keywords": [
+ "json-schema",
+ "tests"
+ ],
+ "author": "http://json-schema.org",
+ "license": "MIT"
+}