From 6f1980924ff867976586c51f94f0f0d628027313 Mon Sep 17 00:00:00 2001 From: Carl Gay Date: Tue, 17 May 2022 02:20:38 +0000 Subject: [PATCH] Update dylan-package.json --- pkg.json => dylan-package.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) rename pkg.json => dylan-package.json (50%) diff --git a/pkg.json b/dylan-package.json similarity index 50% rename from pkg.json rename to dylan-package.json index a12d3df..d489da6 100644 --- a/pkg.json +++ b/dylan-package.json @@ -1,6 +1,8 @@ { "name": "http", - "deps": [ + "category": "network", + "description": "HTTP client, server, and templating engine", + "dependencies": [ "base64@0.1", "concurrency@0.1", "logging@2.1", @@ -11,5 +13,9 @@ "uri@1.0", "xml-parser@0.1" ], - "location": "https://github.com/dylan-lang/http" + "dev-dependencies": [ + "testworks@2.1" + ], + "url": "https://github.com/dylan-lang/http", + "version": "1.1.1" }