mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2026-01-11 03:16:57 +00:00
20 lines
386 B
JSON
20 lines
386 B
JSON
{
|
|
"name": "generator-aspnet-spa",
|
|
"version": "0.1.1",
|
|
"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"
|
|
}
|
|
}
|