Added package duktape (#807)

This commit is contained in:
manguluka 2018-07-28 04:29:08 -07:00 committed by Dominik Picheta
parent 3cc4d0114c
commit c599dabbda

View File

@ -10075,6 +10075,21 @@
"license": "MIT",
"web": "https://github.com/Calinou/clr"
},
{
"name": "duktape",
"url": "https://github.com/manguluka/duktape-nim",
"method": "git",
"tags": [
"js",
"javascript",
"scripting",
"language",
"interpreter"
],
"description": "wrapper for the Duktape embeddable Javascript engine",
"license": "MIT",
"web": "https://github.com/manguluka/duktape-nim"
},
{
"name": "polypbren",
"url": "https://github.com/guibar64/polypbren",