helper-ask
Version:
Async helper that prompts the user for a value and uses the answer as context for rendering the template.
82 lines (81 loc) • 1.6 kB
JSON
{
"name": "helper-ask",
"description": "Async helper that prompts the user for a value and uses the answer as context for rendering the template.",
"version": "0.2.1",
"homepage": "https://github.com/helpers/helper-ask",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "helpers/helper-ask",
"bugs": {
"url": "https://github.com/helpers/helper-ask/issues"
},
"license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"ask-when": "^0.1.7",
"debug": "^2.2.0",
"get-value": "^2.0.6",
"has-value": "^0.3.1",
"isobject": "^2.1.0",
"mixin-deep": "^1.1.3"
},
"devDependencies": {
"base-questions": "^0.7.1",
"engine-base": "^0.1.2",
"gulp-format-md": "^0.1.9",
"mocha": "^2.5.3",
"templates": "^0.24.2"
},
"keywords": [
"answer",
"ask",
"cli",
"context",
"helper",
"helpers",
"interaction",
"prompt",
"question",
"render",
"template",
"templates",
"terminal"
],
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"handlebars-helpers",
"template-helpers"
]
},
"lint": {
"reflinks": true
},
"reflinks": [
"ask-when",
"assemble",
"base-questions",
"generate",
"templates",
"update",
"verb",
"verb-generate-readme"
]
}
}