yos
Version:
lists your installed yeoman generators and subgenerators
28 lines (27 loc) • 553 B
JSON
{
"name": "yos",
"version": "1.0.1",
"description": "lists your installed yeoman generators and subgenerators",
"repository": "busterc/yos",
"files": [
"index.js"
],
"bin": "index.js",
"keywords": [
"yo",
"yeoman",
"generators",
"generator",
"subgenerators",
"subgenerator",
"sub-generators",
"sub-generator",
"list",
"available"
],
"author": "Buster Collings <busterc@gmail.com> (https://about.me/buster)",
"license": "ISC",
"dependencies": {
"yeoman-environment": "^1.5.2"
}
}