yavsc/cli/project.json

21 lines
505 B
JSON

7 years ago
{
"version": "1.0.0-*",
7 years ago
"description": "Yavsc command line interface",
7 years ago
"dependencies": {
"Yavsc": {
7 years ago
"type": "build"
7 years ago
},
"Microsoft.Extensions.CommandLineUtils": "1.1.1",
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0-rc1-final"
7 years ago
},
"frameworks": {
"dnx451": {
"frameworkAssemblies": {
"System.ServiceProcess": "4.0.0.0"
}
}
7 years ago
},
"commands": {
"run": "cli"
7 years ago
}
}