UNPKG

inquirer-dynamic-list

Version:

A subclass of inquirer's list whose choices can be updated on the fly

43 lines (42 loc) 1.09 kB
{ "name": "inquirer-dynamic-list", "version": "1.0.0", "description": "A subclass of inquirer's list whose choices can be updated on the fly", "main": "build/dynamic-list.js", "homepage": "https://github.com/jviotti/inquirer-dynamic-list", "repository": { "type": "git", "url": "git://github.com/jviotti/inquirer-dynamic-list.git" }, "keywords": [ "inquirer", "list", "dynamic" ], "directories": { "test": "tests" }, "scripts": { "test": "gulp test", "prepublish": "gulp build", "readme": "jsdoc2md --template doc/README.hbs build/dynamic-list.js > README.md" }, "author": "Juan Cruz Viotti <jviottidc@gmail.com>", "license": "MIT", "devDependencies": { "coffee-script": "~1.8.0", "gulp": "~3.8.10", "gulp-coffee": "~2.2.0", "gulp-coffeelint": "~0.4.0", "gulp-mocha": "~2.0.0", "gulp-util": "~3.0.1", "jsdoc-to-markdown": "^1.1.1", "mocha": "~2.0.1", "mochainon": "^1.0.0" }, "dependencies": { "bluebird": "^2.10.2", "inquirer": "^0.11.0", "lodash": "^3.10.1" } }