generator-aspnetdnx2
Version:
Yeoman generator for ASP.NET 5 apps
62 lines (61 loc) • 1.5 kB
JSON
{
"name": "generator-aspnetdnx2",
"version": "0.0.32",
"description": "Yeoman generator for ASP.NET 5 apps",
"license": "Apache License 2.0",
"main": "app/index.js",
"repository": "OmniSharp/generator-aspnet",
"contributors": [
{
"name": "Sourabh Shirhatti",
"email": "shirhatti@outlook.com",
"url": "https://github.com/shirhatti"
},
{
"name": "Sayed Hashimi",
"email": "sayed.hashimi@gmail.com"
},
{
"name": "Shayne Boyer",
"email": "spboyer@live.com",
"url": "https://github.com/spboyer"
},
{
"name": "Jonathan Channon",
"email": "jonathan@jonathanchannon.com"
},
{
"name": "Peter Blazejewicz",
"email": "peter.blazejewicz@gmail.com",
"url": "https://github.com/peterblazejewicz"
},
{
"name": "Suhas Joshi",
"email": "suhasbjoshi@hotmail.com"
}
],
"engines": {
"node": ">=0.10.0"
},
"keywords": [
"yeoman-generator",
"ASP.NET",
"aspnet",
"ASP",
"net",
"vNext"
],
"dependencies": {
"chai": "^1.10.0",
"chalk": "^1.0.0",
"uuid": "^2.0.1",
"yeoman-generator": "^0.19.0",
"yosay": "^1.0.0"
},
"devDependencies": {
"mocha": "^2.2.1"
},
"scripts": {
"test": "mocha"
}
}