dotnet
Version:
.NET Core cross-platform javascript library
39 lines (38 loc) • 762 B
JSON
{
"name": "dotnet",
"version": "1.1.4",
"description": ".NET Core cross-platform javascript library",
"main": "dotnet.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jhaker/nodejs-dotnet.git"
},
"bugs": {
"url": "https://github.com/jhaker/nodejs-dotnet/issues"
},
"dependencies": {
"commander":"*",
"promise":"*",
"minimist":"*"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"author": "jonathan haker",
"license": "MIT",
"homepage": "https://github.com/jhaker/nodejs-dotnet#readme",
"scripts": {
"test": "echo \"test\""
},
"keywords": [
"dotnet",
"ASP.NET Core",
".NET Core",
".NET",
"CLI",
"dotnet commands",
".NET commands"
]
}