file-prompt
Version:
An interactive prompt for selecting files from a directory.
48 lines (47 loc) • 1.23 kB
JSON
{
"name": "file-prompt",
"version": "1.2.2",
"description": "An interactive prompt for selecting files from a directory.",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jayzawrotny/file-prompt.git"
},
"keywords": [
"file",
"interactive",
"cli",
"prompt",
"file-selector"
],
"author": "Jay Zawrotny <jayzawrotny@gmail.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/jayzawrotny/file-prompt/issues"
},
"homepage": "https://github.com/jayzawrotny/file-prompt#readme",
"dependencies": {
"babel-core": ">= 6.2.1 < 7",
"babel-eslint": ">= 4.1.6 < 5",
"babel-preset-es2015": ">= 6.1.18 < 7",
"babel-preset-stage-0": ">= 6.1.18 < 7",
"babel-preset-stage-1": ">= 6.1.18 < 7",
"bluebird": "^3.0.5",
"chalk": "^1.1.1",
"eslint-plugin-react": ">= 3.10.0 < 4",
"glob-all": "^3.0.1",
"labeled-stream-splicer": "^2.0.0",
"minimatch-all": "^1.0.2",
"redux": "^3.0.4",
"strip-ansi": "^3.0.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"gulp": ">= 3.9.0 < 4",
"minimist": "^1.2.0",
"through2": "^2.0.0"
}
}