Update packages.json - Add package couchdbapi v0.0.1 (#2438)

* Update packages.json

* release YAWD (Yet Another WebDriver for nim lang)

release YAWD (Yet Another WebDriver for nim lang)
This commit is contained in:
Amru Rosyada 2023-01-13 12:17:32 +07:00 committed by GitHub
parent 6b8a6d09ef
commit 1627e0c8f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28471,5 +28471,32 @@
"description": "XGui is a tool for nigui that imports xml files and turns them into nim at compile-time.",
"license": "MIT",
"web": "https://github.com/thatrandomperson5/xgui-nim"
},
{
"name": "couchdbapi",
"url": "https://github.com/zendbit/nim.couchdbapi",
"method": "git",
"tags": [
"couchdb",
"database",
"apache",
"nosql",
"json"
],
"description": "Apache CouchDb driver (REST API) for nim lang.",
"license": "BSD",
"web": "https://github.com/zendbit/nim.couchdbapi"
},
{
"name": "yawd",
"url": "https://github.com/zendbit/nim.yawd",
"method": "git",
"tags": [
"webdriver",
"yawd"
],
"description": "Yet Another WebDriver (YAWD) for nim lang.",
"license": "BSD",
"web": "https://github.com/zendbit/nim.yawd"
}
]