products
Version:
A command-line tool for creating lists of things to select. Multiselect on the command line.
33 lines (32 loc) • 799 B
JSON
{
"name": "products",
"version": "3.0.3",
"description": "A command-line tool for creating lists of things to select. Multiselect on the command line.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Sandro Pasquali <spasquali@gmail.com>",
"license": "MIT",
"dependencies": {
"clio": "^0.2.5",
"joi": "^4.7.0",
"keypress": "^0.2.1",
"screenliner": "^0.1.2"
},
"directories": {
"test": "test"
},
"devDependencies": {},
"keywords": [
"cli"
],
"repository": {
"type": "git",
"url": "https://github.com/sandro-pasquali/products.git"
},
"bugs": {
"url": "https://github.com/sandro-pasquali/products/issues"
},
"homepage": "https://github.com/sandro-pasquali/products"
}