added nimchromepath to package.json (#1643)

This commit is contained in:
Felipe Torresini 2020-09-23 13:53:26 -03:00 committed by GitHub
parent 6af22229fa
commit 7f8e645784
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,18 @@
[
{
"name": "nimchromepath",
"url": "https://github.com/felipetesc/NimChromePath",
"method": "git",
"tags": [
"chrome",
"path",
"nim"
],
"description": "Thin lib to find if chrome exists on Windows, Mac, or Linux.",
"license": "MIT",
"web": "https://github.com/felipetesc/NimChromePath",
"doc": "https://github.com/felipetesc/NimChromePath"
},
{
"name": "nimbitarray",
"url": "https://github.com/YesDrX/bitarray",