grunt-prompt
Version:
Interactive prompt for your Grunt config using console checkboxes, text input with filtering, password fields.
48 lines (47 loc) • 1.1 kB
JSON
{
"name": "grunt-prompt",
"description": "Interactive prompt for your Grunt config using console checkboxes, text input with filtering, password fields.",
"version": "1.3.3",
"author": {
"name": "Dylan Greene",
"email": "dylang@gmail.com"
},
"homepage": "https://github.com/dylang/grunt-prompt",
"repository": {
"type": "git",
"url": "git://github.com/dylang/grunt-prompt.git"
},
"license": "MIT",
"main": "Gruntfile.js",
"scripts": {
"test": "grunt mochacli --stack"
},
"devDependencies": {
"chai": "^3.4.1",
"chalk": "^1.1.1",
"grunt": "^0.4.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.11.3",
"grunt-mocha-cli": "^2.0.0",
"grunt-notify": "^0.4.1",
"grunt-release": "^0.13.0",
"grunt-templates-dylang": "^1.0.12",
"load-grunt-tasks": "^3.3.0",
"semver": "^5.0.3"
},
"keywords": [
"gruntplugin",
"inquery",
"prompt",
"gui",
"console",
"terminal",
"UI",
"interactive",
"questions"
],
"dependencies": {
"inquirer": "^0.11.0",
"lodash": "^3.10.1"
}
}