question-force
Version:
Plugin for question-store that adds a `force` method for easily forcing questions with stored answers to be re-asked.
63 lines (62 loc) • 1.27 kB
JSON
{
"name": "question-force",
"description": "Plugin for question-store that adds a `force` method for easily forcing questions with stored answers to be re-asked.",
"version": "0.1.0",
"homepage": "https://github.com/jonschlinkert/question-force",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/question-force",
"bugs": {
"url": "https://github.com/jonschlinkert/question-force/issues"
},
"license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"extend-shallow": "^2.0.1",
"micromatch": "^2.3.7"
},
"devDependencies": {
"gulp-format-md": "*",
"mocha": "^2.4.2",
"question-store": "^0.4.2"
},
"keywords": [
"answer",
"answers",
"cli",
"generate",
"generator",
"plugin",
"prompt",
"question",
"question-store",
"questions",
"store",
"yeoman"
],
"lintDeps": {
"ignore": []
},
"verb": {
"toc": false,
"layout": "default",
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"question-cache",
"answer-store",
"question-store"
]
}
}
}