Skip to content

Commit 26a51ca

Browse files
authored
Merge pull request #575 from jdesrosiers/add-package-json
Re-add package.json
2 parents 88d6948 + d0e80a9 commit 26a51ca

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "json-schema-test-suite",
3+
"version": "0.1.0",
4+
"description": "A language agnostic test suite for the JSON Schema specifications",
5+
"repository": "github:json-schema-org/JSON-Schema-Test-Suite",
6+
"keywords": [
7+
"json-schema",
8+
"tests"
9+
],
10+
"author": "http://json-schema.org",
11+
"license": "MIT"
12+
}

0 commit comments

Comments
 (0)