Skip to content

Commit

Permalink
Update dylan-package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cgay committed May 17, 2022
1 parent 751bc54 commit 6f19809
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pkg.json → dylan-package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}

0 comments on commit 6f19809

Please sign in to comment.