dynaclr
Version:
Dynamically compile and execute VB.NET and C#.NET code in-process in an entirely portable manner.
32 lines (31 loc) • 756 B
JSON
{
"name": "dynaclr",
"version": "1.0.6",
"description": "Dynamically compile and execute VB.NET and C#.NET code in-process in an entirely portable manner.",
"main": "DynaCLR.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sancarn/DynaCLR.JS.git"
},
"keywords": [
"Dynamic",
"CLR",
"Common",
"Language",
"Runtime",
"Windows",
"API",
".NET",
"dotNET",
"portable"
],
"author": "Sancarn <Sancarn@hotmail.co.uk> (www.youtube.com/sancarn)",
"license": "MIT",
"bugs": {
"url": "https://github.com/sancarn/DynaCLR.JS/issues"
},
"homepage": "https://github.com/sancarn/DynaCLR.JS#readme"
}