summaryrefslogtreecommitdiff
path: root/support/cJSON-master/tests/json-patch-tests/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'support/cJSON-master/tests/json-patch-tests/package.json')
-rw-r--r--support/cJSON-master/tests/json-patch-tests/package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/support/cJSON-master/tests/json-patch-tests/package.json b/support/cJSON-master/tests/json-patch-tests/package.json
new file mode 100644
index 0000000..256f936
--- /dev/null
+++ b/support/cJSON-master/tests/json-patch-tests/package.json
@@ -0,0 +1,15 @@
+{
+ "name": "json-patch-test-suite",
+ "version": "1.1.0",
+ "description": "JSON Patch RFC 6902 test suite",
+ "repository": "github:json-patch/json-patch-tests",
+ "homepage": "https://github.com/json-patch/json-patch-tests",
+ "bugs": "https://github.com/json-patch/json-patch-tests/issues",
+ "keywords": [
+ "JSON",
+ "Patch",
+ "test",
+ "suite"
+ ],
+ "license": "Apache-2.0"
+}