mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-24 18:47:30 +00:00
21 lines
413 B
JSON
21 lines
413 B
JSON
{
|
|
"name": "generator-aspnetcore-spa",
|
|
"version": "0.1.4",
|
|
"description": "Single-Page App templates for ASP.NET Core",
|
|
"author": "Microsoft",
|
|
"license": "Apache-2.0",
|
|
"files": [
|
|
"app"
|
|
],
|
|
"keywords": [
|
|
"yeoman-generator"
|
|
],
|
|
"dependencies": {
|
|
"glob": "^7.0.3",
|
|
"node-uuid": "^1.4.7",
|
|
"to-pascal-case": "^1.0.0",
|
|
"yeoman-generator": "^0.20.2",
|
|
"yosay": "^1.1.1"
|
|
}
|
|
}
|