UNPKG

inquirer-autocomplete-prompt

Version:
40 lines (39 loc) 1.09 kB
{ "name": "inquirer-autocomplete-prompt", "description": "Autocomplete prompt for inquirer", "version": "0.2.0", "dependencies": { "chalk": "^1.1.0", "figures": "^1.3.5", "inquirer": "^1.1.2", "lodash": "^3.10.1", "util": "^0.10.3" }, "scripts": { "lint": "jshint .", "checkStyle": "jscs .", "pretest": "npm run-script lint && npm run-script checkStyle", "test": "istanbul cover ./node_modules/.bin/_mocha test/spec", "posttest": "istanbul check-coverage --statements 85 --branches 85 --functions 85 --lines 85 && rm -rf coverage" }, "publishConfig": { "registry": "http://registry.npmjs.org" }, "author": "Martin Hansen <martin@martinhansen.no>", "license": "ISC", "devDependencies": { "bluebird": "^3.0.5", "chai": "^3.4.1", "istanbul": "^0.3.8", "jscs": "^1.6.1", "jshint": "^2.5.6", "lodash": "^3.10.1", "mocha": "^2.2.1", "promise": "^7.0.4", "sinon": "^1.17.2" }, "repository": { "type": "git", "url": "git@github.com:mokkabonna/inquirer-autocomplete-prompt.git" } }