File: /var/dev/nowruzgan/rest/node_modules/machinepack-prompts/package.json
{
"name": "machinepack-prompts",
"version": "0.5.0",
"description": "Produce interactive prompts in the console and consume the answers.",
"scripts": {
"test": "node ./node_modules/test-machinepack-mocha/bin/testmachinepack-mocha.js"
},
"keywords": [
"Prompts",
"machines",
"machinepack"
],
"author": "",
"license": "MIT",
"dependencies": {
"inquirer": "^0.8.0",
"lodash": "^3.2.0",
"machine": "^10.3.1"
},
"devDependencies": {
"test-machinepack-mocha": "^2.1.1"
},
"machinepack": {
"friendlyName": "Prompts",
"machineDir": "machines/",
"machines": [
"select",
"confirm",
"text",
"multiselect"
],
"testsUrl": "https://travis-ci.org/"
},
"repository": {
"type": "git",
"url": "git@github.com:mikermcneil/machinepack-prompts.git"
}
}