dotnet-2.0.0
Version:
Platform agnostic installation of .NET Core runtime 2.0.0
35 lines (34 loc) • 816 B
JSON
{
"basename" : "dotnet",
"name": "dotnet-2.0.0",
"version": "1.4.4",
"description": "Platform agnostic installation of .NET Core runtime 2.0.0",
"engines": {
"node": ">=6.4.0"
},
"main": "./dist/call.js",
"typings": "./dist/main.d.ts",
"bin": {
"dotnet": "./dist/call.js",
"dotnet-run": "./dist/call.js",
"dotnet-run-2.0.0": "./dist/call.js",
"install-dotnet-runtime": "./dist/app.js"
},
"scripts": {
"postinstall": "node -e \"/*PostInstall: Installs platform-specific .NET framework */try{require('./dist/app.js')}catch(e){}\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/fearthecowboy/dotnet.git"
},
"keywords": [
"dotnet",
".NET",
"core",
"runtime",
"2.0",
"2.0.0",
"install"
],
"license": "MIT"
}