29 lines
640 B
JSON
29 lines
640 B
JSON
{
|
|
"name": "generator-aspnetcore-spa",
|
|
"version": "0.3.3",
|
|
"description": "Single-Page App templates for ASP.NET Core",
|
|
"author": "Microsoft",
|
|
"license": "Apache-2.0",
|
|
"files": [
|
|
"app"
|
|
],
|
|
"keywords": [
|
|
"yeoman-generator"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/aspnet/JavaScriptServices/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/aspnet/JavaScriptServices.git"
|
|
},
|
|
"dependencies": {
|
|
"glob": "^7.0.3",
|
|
"node-uuid": "^1.4.7",
|
|
"to-pascal-case": "^1.0.0",
|
|
"yeoman-generator": "^0.20.2",
|
|
"yeoman-option-or-prompt": "^1.0.2",
|
|
"yosay": "^1.1.1"
|
|
}
|
|
}
|