UNPKG

generator-aspnetcore-angular2

Version:

Generate a Visual Studio/Code project for ASP.NET Core, Angular 2, and TypeScript

40 lines (39 loc) 909 B
{ "name": "generator-aspnetcore-angular2", "version": "3.0.0", "description": "Generate a Visual Studio/Code project for ASP.NET Core, Angular 2, and TypeScript", "homepage": "https://github.com/sgbj/generator-aspnetcore-angular2", "author": { "name": "sgbj", "email": "", "url": "https://github.com/sgbj" }, "files": [ "generators" ], "main": "generators\\index.js", "keywords": [ "yeoman-generator", "app", "visual studio", "dotnet", "aspnet", "aspnet core", "angular", "angular2", "typescript", "swagger", "swashbuckle", "webpack", "karma", "protractor", "universal" ], "dependencies": { "yeoman-generator": "^0.23.0", "chalk": "^1.0.0", "yosay": "^1.0.0" }, "repository": "git@github.com:sgbj/generator-aspnetcore-angular2.git", "license": "MIT" }